diff options
| author | Michael Forney <mforney@mforney.org> | 2019-08-06 12:48:56 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-08-06 12:48:56 -0700 |
| commit | 9ee08747f740979005a30b4ecf4930640cf33ac8 (patch) | |
| tree | 364bc7976022c5d5751a9f4cefa3a253922b9d68 /pkg/ffmpeg/gen.lua | |
| parent | 1c12f85e27606fc4246ae148d3ecd8c5e1585742 (diff) | |
ffmpeg: Update to 4.2
Diffstat (limited to 'pkg/ffmpeg/gen.lua')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index 9a8623d3..0b58842a 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -213,6 +213,7 @@ lib('libavutil.a', { 'aes_ctr.c', 'audio_fifo.c', 'avstring.c', + 'avsscanf.c', 'base64.c', 'blowfish.c', 'bprint.c', @@ -237,6 +238,7 @@ lib('libavutil.a', { 'fixed_dsp.c', 'frame.c', 'hash.c', + 'hdr_dynamic_metadata.c', 'hmac.c', 'hwcontext.c', 'imgutils.c', @@ -275,6 +277,7 @@ lib('libavutil.a', { 'xga_font_data.c', 'xtea.c', 'tea.c', + 'tx.c', 'x86/cpu.c', 'x86/fixed_dsp_init.c', 'x86/float_dsp_init.c', |
