diff options
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,4 +3,8 @@ pub usingnamespace @cImport({ @cInclude("GLFW/glfw3.h"); @cInclude("yaml.h"); @cInclude("lo/lo.h"); + @cInclude("lo/lo.h"); + @cInclude("libavcodec/avcodec.h"); + @cInclude("libavformat/avformat.h"); + @cInclude("libswscale/swscale.h"); }); |
