diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-05 17:00:15 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-06 00:00:25 -0800 |
| commit | 1d73018af21bc861bfc090ea0ca5a037e3036e7b (patch) | |
| tree | e8257cb891842fde0f78b79eda5c429cf44d6983 /pkg/ffmpeg/gen.lua | |
| parent | dfc0a22e4f4b2c4f30b80eb65c7fb29d3848292a (diff) | |
ffmpeg: Update to 4.1
Diffstat (limited to 'pkg/ffmpeg/gen.lua')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index bcc1f9b0..54866aa0 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -53,7 +53,7 @@ local function genlist(out, src, type, var) end genlist('$outdir/internal/libavfilter/filter_list.c', '$srcdir/libavfilter/allfilters.c', 'AVFilter', 'filter_list') genlist('$outdir/internal/libavcodec/codec_list.c', '$srcdir/libavcodec/allcodecs.c', 'AVCodec', 'codec_list') -genlist('$outdir/internal/libavcodec/parser_list.c', '$srcdir/libavcodec/parser.c', 'AVCodecParser', 'parser_list') +genlist('$outdir/internal/libavcodec/parser_list.c', '$srcdir/libavcodec/parsers.c', 'AVCodecParser', 'parser_list') genlist('$outdir/internal/libavcodec/bsf_list.c', '$srcdir/libavcodec/bitstream_filters.c', 'AVBitStreamFilter', 'bitstream_filters') genlist('$outdir/internal/libavformat/demuxer_list.c', '$srcdir/libavformat/allformats.c', 'AVInputFormat', 'demuxer_list') genlist('$outdir/internal/libavformat/muxer_list.c', '$srcdir/libavformat/allformats.c', 'AVOutputFormat', 'muxer_list') @@ -129,6 +129,7 @@ lib('libavcodec.a', { 'options.c', 'mjpegenc_huffman.c', 'parser.c', + 'parsers.c', 'profiles.c', 'qsv_api.c', 'raw.c', |
