commit: a77ed8efe01a1d328d9cc409ed1f2cc2d90c7452
parent 9dc52fbf3393cbfb66f27d051cf26fed3a235afe
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 17 Jun 2019 00:19:52 -0700
ffmpeg: libavformat/protocols.c depends on avconfig.h
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua
@@ -176,7 +176,7 @@ lib('libavfilter.a', {
'libavutil.a',
})
-cc('libavformat/protocols.c', {'$outdir/internal/libavformat/protocol_list.c'})
+cc('libavformat/protocols.c', {'$dir/deps', '$outdir/internal/libavformat/protocol_list.c'})
lib('libavformat.a', {
expand{'libavformat/', {
'allformats.c',