diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-17 00:19:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-17 00:20:06 -0700 |
| commit | a77ed8efe01a1d328d9cc409ed1f2cc2d90c7452 (patch) | |
| tree | da580db7b3e9876064ee7f5401a0ede2174fb873 /pkg | |
| parent | 9dc52fbf3393cbfb66f27d051cf26fed3a235afe (diff) | |
ffmpeg: libavformat/protocols.c depends on avconfig.h
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 2 |
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', |
