diff options
| author | Michael Forney <mforney@mforney.org> | 2023-03-21 13:01:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-03-21 13:01:52 -0700 |
| commit | 430805e63e696236cead36f2fe841e0769296e41 (patch) | |
| tree | 97ab3af4befa5a2a85ccaf2c8d8f6f2c389aba68 /pkg | |
| parent | a129a63f93b5f7d756e8a2082dc9db47d07c57cb (diff) | |
ffmpeg: libavcodec needs zlib, too
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index 88747e40..a5be0a06 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -144,6 +144,7 @@ end if options.CONFIG_ZLIB then cflags{'-isystem $builddir/pkg/zlib/include'} table.insert(pkg.deps, 'pkg/zlib/headers') + table.insert(sources.libavcodec, '$builddir/pkg/zlib/libz.a') table.insert(sources.libavformat, '$builddir/pkg/zlib/libz.a') end |
