mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
ffvpx: update ffmpeg to 3.4.4 with AVC/AAC/HEVC/FLAC added.
This commit is contained in:
parent
eb361970c5
commit
113a86e60a
377 changed files with 133192 additions and 291 deletions
|
|
@ -5,12 +5,58 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
SOURCES += [
|
||||
'aacpsdsp.asm',
|
||||
'aacpsdsp_init.c',
|
||||
'bswapdsp.asm',
|
||||
'bswapdsp_init.c',
|
||||
'constants.c',
|
||||
'dct32.asm',
|
||||
'dct_init.c',
|
||||
'fdct.c',
|
||||
'fdctdsp_init.c',
|
||||
'fft.asm',
|
||||
'fft_init.c',
|
||||
'flacdsp.asm',
|
||||
'flacdsp_init.c',
|
||||
'fpel.asm',
|
||||
'h264_chromamc.asm',
|
||||
'h264_chromamc_10bit.asm',
|
||||
'h264_deblock.asm',
|
||||
'h264_deblock_10bit.asm',
|
||||
'h264_idct.asm',
|
||||
'h264_idct_10bit.asm',
|
||||
'h264_intrapred.asm',
|
||||
'h264_intrapred_10bit.asm',
|
||||
'h264_intrapred_init.c',
|
||||
'h264_qpel.c',
|
||||
'h264_qpel_10bit.asm',
|
||||
'h264_qpel_8bit.asm',
|
||||
'h264_weight.asm',
|
||||
'h264_weight_10bit.asm',
|
||||
'h264chroma_init.c',
|
||||
'h264dsp_init.c',
|
||||
'hevc_add_res.asm',
|
||||
'hevc_deblock.asm',
|
||||
'hevc_idct.asm',
|
||||
'hevc_mc.asm',
|
||||
'hevc_sao.asm',
|
||||
'hevc_sao_10bit.asm',
|
||||
'hevcdsp_init.c',
|
||||
'idctdsp.asm',
|
||||
'idctdsp_init.c',
|
||||
'imdct36.asm',
|
||||
'mdct15.asm',
|
||||
'mdct15_init.c',
|
||||
'me_cmp.asm',
|
||||
'me_cmp_init.c',
|
||||
'mpegaudiodsp.c',
|
||||
'pixblockdsp.asm',
|
||||
'pixblockdsp_init.c',
|
||||
'qpel.asm',
|
||||
'sbrdsp.asm',
|
||||
'sbrdsp_init.c',
|
||||
'simple_idct.asm',
|
||||
'simple_idct10.asm',
|
||||
'videodsp.asm',
|
||||
'videodsp_init.c',
|
||||
'vp8dsp.asm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue