summaryrefslogtreecommitdiff
path: root/pkg/ffmpeg/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-06-17 00:19:52 -0700
committerMichael Forney <mforney@mforney.org>2019-06-17 00:20:06 -0700
commita77ed8efe01a1d328d9cc409ed1f2cc2d90c7452 (patch)
treeda580db7b3e9876064ee7f5401a0ede2174fb873 /pkg/ffmpeg/gen.lua
parent9dc52fbf3393cbfb66f27d051cf26fed3a235afe (diff)
ffmpeg: libavformat/protocols.c depends on avconfig.h
Diffstat (limited to 'pkg/ffmpeg/gen.lua')
-rw-r--r--pkg/ffmpeg/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua
index 38257b15..0379ba0c 100644
--- 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',