summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-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',