commit: 430805e63e696236cead36f2fe841e0769296e41
parent a129a63f93b5f7d756e8a2082dc9db47d07c57cb
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 21 Mar 2023 13:01:52 -0700
ffmpeg: libavcodec needs zlib, too
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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