提交 043ed3ca 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 d1b126ee
......@@ -551,8 +551,10 @@
%define CONFIG_FAANDCT 1
%define CONFIG_FAANIDCT 1
%define CONFIG_FDCTDSP 1
%define CONFIG_FLACDSP 1
%define CONFIG_FMTCONVERT 1
%define CONFIG_FRAME_THREAD_ENCODER 1
%define CONFIG_G722DSP 1
%define CONFIG_GCRYPT 1
%define CONFIG_GMP 1
%define CONFIG_GOLOMB 1
......@@ -570,7 +572,9 @@
%define CONFIG_IIRFILTER 1
%define CONFIG_IMDCT15 1
%define CONFIG_INTRAX8 1
%define CONFIG_IVIDSP 1
%define CONFIG_JPEGTABLES 1
%define CONFIG_LIBX262 0
%define CONFIG_LGPLV3 0
%define CONFIG_LLAUDDSP 1
%define CONFIG_LLVIDDSP 1
......@@ -581,6 +585,7 @@
%define CONFIG_MPEGAUDIODSP 1
%define CONFIG_MPEGVIDEO 1
%define CONFIG_MPEGVIDEOENC 1
%define CONFIG_MSS34DSP 1
%define CONFIG_PIXBLOCKDSP 1
%define CONFIG_QPELDSP 1
%define CONFIG_QSV 1
......@@ -591,6 +596,7 @@
%define CONFIG_RIFFENC 1
%define CONFIG_RTPDEC 1
%define CONFIG_RTPENC_CHAIN 1
%define CONFIG_RV34DSP 1
%define CONFIG_SINEWIN 1
%define CONFIG_SNAPPY 1
%define CONFIG_STARTCODE 1
......@@ -599,7 +605,10 @@
%define CONFIG_TPELDSP 1
%define CONFIG_VIDEODSP 1
%define CONFIG_VP3DSP 1
%define CONFIG_VP56DSP 1
%define CONFIG_VP8DSP 1
%define CONFIG_WMA_FREQS 1
%define CONFIG_WMV2DSP 1
%define CONFIG_AAC_ADTSTOASC_BSF 1
%define CONFIG_CHOMP_BSF 1
%define CONFIG_DUMP_EXTRADATA_BSF 1
......@@ -1434,6 +1443,7 @@
%define CONFIG_LIBWAVPACK_ENCODER 0
%define CONFIG_LIBWEBP_ANIM_ENCODER 0
%define CONFIG_LIBWEBP_ENCODER 0
%define CONFIG_LIBX262_ENCODER 0
%define CONFIG_LIBX264_ENCODER 1
%define CONFIG_LIBX264RGB_ENCODER 1
%define CONFIG_LIBX265_ENCODER 1
......@@ -1486,6 +1496,7 @@
%define CONFIG_CHORUS_FILTER 1
%define CONFIG_COMPAND_FILTER 1
%define CONFIG_DCSHIFT_FILTER 1
%define CONFIG_DYNAUDNORM_FILTER 1
%define CONFIG_EARWAX_FILTER 1
%define CONFIG_EBUR128_FILTER 1
%define CONFIG_EQUALIZER_FILTER 1
......@@ -1905,6 +1916,7 @@
%define CONFIG_VP3_PARSER 1
%define CONFIG_VP8_PARSER 1
%define CONFIG_VP9_PARSER 1
%define CONFIG_ASYNC_PROTOCOL 0
%define CONFIG_BLURAY_PROTOCOL 1
%define CONFIG_CACHE_PROTOCOL 1
%define CONFIG_CONCAT_PROTOCOL 1
......
......@@ -598,8 +598,10 @@
#define CONFIG_FAANDCT 1
#define CONFIG_FAANIDCT 1
#define CONFIG_FDCTDSP 1
#define CONFIG_FLACDSP 1
#define CONFIG_FMTCONVERT 1
#define CONFIG_FRAME_THREAD_ENCODER 1
#define CONFIG_G722DSP 1
#define CONFIG_GCRYPT 1
#define CONFIG_GMP 1
#define CONFIG_GOLOMB 1
......@@ -617,7 +619,9 @@
#define CONFIG_IIRFILTER 1
#define CONFIG_IMDCT15 1
#define CONFIG_INTRAX8 1
#define CONFIG_IVIDSP 1
#define CONFIG_JPEGTABLES 1
#define CONFIG_LIBX262 0
#define CONFIG_LGPLV3 0
#define CONFIG_LLAUDDSP 1
#define CONFIG_LLVIDDSP 1
......@@ -628,6 +632,7 @@
#define CONFIG_MPEGAUDIODSP 1
#define CONFIG_MPEGVIDEO 1
#define CONFIG_MPEGVIDEOENC 1
#define CONFIG_MSS34DSP 1
#define CONFIG_PIXBLOCKDSP 1
#define CONFIG_QPELDSP 1
#define CONFIG_QSV 1
......@@ -638,6 +643,7 @@
#define CONFIG_RIFFENC 1
#define CONFIG_RTPDEC 1
#define CONFIG_RTPENC_CHAIN 1
#define CONFIG_RV34DSP 1
#define CONFIG_SINEWIN 1
#define CONFIG_SNAPPY 1
#define CONFIG_STARTCODE 1
......@@ -646,7 +652,10 @@
#define CONFIG_TPELDSP 1
#define CONFIG_VIDEODSP 1
#define CONFIG_VP3DSP 1
#define CONFIG_VP56DSP 1
#define CONFIG_VP8DSP 1
#define CONFIG_WMA_FREQS 1
#define CONFIG_WMV2DSP 1
#define CONFIG_AAC_ADTSTOASC_BSF 1
#define CONFIG_CHOMP_BSF 1
#define CONFIG_DUMP_EXTRADATA_BSF 1
......@@ -1481,6 +1490,7 @@
#define CONFIG_LIBWAVPACK_ENCODER 0
#define CONFIG_LIBWEBP_ANIM_ENCODER 0
#define CONFIG_LIBWEBP_ENCODER 0
#define CONFIG_LIBX262_ENCODER 0
#define CONFIG_LIBX264_ENCODER 1
#define CONFIG_LIBX264RGB_ENCODER 1
#define CONFIG_LIBX265_ENCODER 1
......@@ -1533,6 +1543,7 @@
#define CONFIG_CHORUS_FILTER 1
#define CONFIG_COMPAND_FILTER 1
#define CONFIG_DCSHIFT_FILTER 1
#define CONFIG_DYNAUDNORM_FILTER 1
#define CONFIG_EARWAX_FILTER 1
#define CONFIG_EBUR128_FILTER 1
#define CONFIG_EQUALIZER_FILTER 1
......@@ -1952,6 +1963,7 @@
#define CONFIG_VP3_PARSER 1
#define CONFIG_VP8_PARSER 1
#define CONFIG_VP9_PARSER 1
#define CONFIG_ASYNC_PROTOCOL 0
#define CONFIG_BLURAY_PROTOCOL 1
#define CONFIG_CACHE_PROTOCOL 1
#define CONFIG_CONCAT_PROTOCOL 1
......
......@@ -97,8 +97,11 @@
<YASM Include="..\libavcodec\x86\mpegvideoencdsp.asm" />
<YASM Include="..\libavcodec\x86\pixblockdsp.asm" />
<YASM Include="..\libavcodec\x86\qpeldsp.asm" />
<YASM Include="..\libavcodec\x86\rv34dsp.asm" />
<YASM Include="..\libavcodec\x86\videodsp.asm" />
<YASM Include="..\libavcodec\x86\vp3dsp.asm" />
<YASM Include="..\libavcodec\x86\vp8dsp.asm" />
<YASM Include="..\libavcodec\x86\vp8dsp_loopfilter.asm" />
<YASM Include="..\libavcodec\x86\sbrdsp.asm" />
<YASM Include="..\libavcodec\x86\g722dsp.asm" />
<YASM Include="..\libavcodec\x86\pngdsp.asm" />
......@@ -112,7 +115,6 @@
<YASM Include="..\libavcodec\x86\mlpdsp.asm" />
<YASM Include="..\libavcodec\x86\xvididct.asm" />
<YASM Include="..\libavcodec\x86\proresdsp.asm" />
<YASM Include="..\libavcodec\x86\rv34dsp.asm" />
<YASM Include="..\libavcodec\x86\rv40dsp.asm" />
<YASM Include="..\libavcodec\x86\svq1enc.asm" />
<YASM Include="..\libavcodec\x86\ttadsp.asm" />
......@@ -121,8 +123,6 @@
<YASM Include="..\libavcodec\x86\vc1dsp.asm" />
<YASM Include="..\libavcodec\x86\vorbisdsp.asm" />
<YASM Include="..\libavcodec\x86\vp6dsp.asm" />
<YASM Include="..\libavcodec\x86\vp8dsp.asm" />
<YASM Include="..\libavcodec\x86\vp8dsp_loopfilter.asm" />
<YASM Include="..\libavcodec\x86\vp9intrapred.asm" />
<YASM Include="..\libavcodec\x86\vp9itxfm.asm" />
<YASM Include="..\libavcodec\x86\vp9lpf.asm" />
......@@ -219,6 +219,9 @@
</ClCompile>
<ClCompile Include="..\libavcodec\fft_init_table.c">
</ClCompile>
<ClCompile Include="..\libavcodec\flacdsp.c">
<ObjectFileName>$(IntDir)\libavcodec_flacdsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\fmtconvert.c">
<ObjectFileName>$(IntDir)\libavcodec_fmtconvert.obj</ObjectFileName>
</ClCompile>
......@@ -261,6 +264,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\intrax8dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\jpegtables.c">
</ClCompile>
<ClCompile Include="..\libavcodec\libxvid_rc.c">
......@@ -325,6 +330,8 @@
<ClCompile Include="..\libavcodec\mpegvideoencdsp.c">
<ObjectFileName>$(IntDir)\libavcodec_mpegvideoencdsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\mss34dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\nvenc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\pixblockdsp.c">
......@@ -343,6 +350,9 @@
</ClCompile>
<ClCompile Include="..\libavcodec\rdft.c">
</ClCompile>
<ClCompile Include="..\libavcodec\rv34dsp.c">
<ObjectFileName>$(IntDir)\libavcodec_rv34dsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\log2_tab.c">
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin.c">
......@@ -365,8 +375,15 @@
<ClCompile Include="..\libavcodec\vp3dsp.c">
<ObjectFileName>$(IntDir)\libavcodec_vp3dsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\vp56dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vp8dsp.c">
<ObjectFileName>$(IntDir)\libavcodec_vp8dsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\wma_freqs.c">
</ClCompile>
<ClCompile Include="..\libavcodec\wmv2dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\012v.c">
</ClCompile>
<ClCompile Include="..\libavcodec\a64multienc.c">
......@@ -697,9 +714,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\flac.c">
</ClCompile>
<ClCompile Include="..\libavcodec\flacdsp.c">
<ObjectFileName>$(IntDir)\libavcodec_flacdsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\flacenc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vorbis_data.c">
......@@ -860,8 +874,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\ivi.c">
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\indeo5.c">
</ClCompile>
<ClCompile Include="..\libavcodec\dpcm.c">
......@@ -973,8 +985,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\mss3.c">
</ClCompile>
<ClCompile Include="..\libavcodec\mss34dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\mss1.c">
</ClCompile>
<ClCompile Include="..\libavcodec\mss12.c">
......@@ -1106,9 +1116,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\rv30dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\rv34dsp.c">
<ObjectFileName>$(IntDir)\libavcodec_rv34dsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\rv40.c">
</ClCompile>
<ClCompile Include="..\libavcodec\rv40dsp.c">
......@@ -1266,8 +1273,6 @@
<ClCompile Include="..\libavcodec\vc1dsp.c">
<ObjectFileName>$(IntDir)\libavcodec_vc1dsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\wmv2dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vcr1.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vmdaudio.c">
......@@ -1293,8 +1298,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\vp56data.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vp56dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vp56rac.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vp6.c">
......@@ -1304,9 +1307,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\vp8.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vp8dsp.c">
<ObjectFileName>$(IntDir)\libavcodec_vp8dsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\vp9.c">
</ClCompile>
<ClCompile Include="..\libavcodec\vp9dsp.c">
......@@ -1638,10 +1638,14 @@
</ClCompile>
<ClCompile Include="..\libavcodec\x86\qpeldsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\rv34dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\videodsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp3dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp8dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\sbrdsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\g722dsp_init.c">
......@@ -1665,8 +1669,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\x86\proresdsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\rv34dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\rv40dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\svq1enc_init.c">
......@@ -1683,8 +1685,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp6dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp8dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp9dsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\dirac_dwt.c">
......
......@@ -135,12 +135,21 @@
<YASM Include="..\libavcodec\x86\qpeldsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\rv34dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\videodsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\vp3dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\vp8dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\vp8dsp_loopfilter.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\sbrdsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
......@@ -180,9 +189,6 @@
<YASM Include="..\libavcodec\x86\proresdsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\rv34dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\rv40dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
......@@ -207,12 +213,6 @@
<YASM Include="..\libavcodec\x86\vp6dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\vp8dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\vp8dsp_loopfilter.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\vp9intrapred.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
......@@ -356,6 +356,9 @@
<ClCompile Include="..\libavcodec\fft_init_table.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\flacdsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\fmtconvert.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -413,6 +416,9 @@
<ClCompile Include="..\libavcodec\intrax8dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\jpegtables.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -503,6 +509,9 @@
<ClCompile Include="..\libavcodec\mpegvideoencdsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\mss34dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\nvenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -527,6 +536,9 @@
<ClCompile Include="..\libavcodec\rdft.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\rv34dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\log2_tab.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -557,9 +569,18 @@
<ClCompile Include="..\libavcodec\vp3dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\vp56dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\vp8dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\wma_freqs.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\wmv2dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\012v.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1049,9 +1070,6 @@
<ClCompile Include="..\libavcodec\flac.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\flacdsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\flacenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1292,9 +1310,6 @@
<ClCompile Include="..\libavcodec\ivi.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\indeo5.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1457,9 +1472,6 @@
<ClCompile Include="..\libavcodec\mss3.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\mss34dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\mss1.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1655,9 +1667,6 @@
<ClCompile Include="..\libavcodec\rv30dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\rv34dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\rv40.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1886,9 +1895,6 @@
<ClCompile Include="..\libavcodec\vc1dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\wmv2dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\vcr1.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1925,9 +1931,6 @@
<ClCompile Include="..\libavcodec\vp56data.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\vp56dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\vp56rac.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1940,9 +1943,6 @@
<ClCompile Include="..\libavcodec\vp8.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\vp8dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\vp9.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -2432,12 +2432,18 @@
<ClCompile Include="..\libavcodec\x86\qpeldsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\rv34dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\videodsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp3dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp8dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\sbrdsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
......@@ -2471,9 +2477,6 @@
<ClCompile Include="..\libavcodec\x86\proresdsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\rv34dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\rv40dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
......@@ -2498,9 +2501,6 @@
<ClCompile Include="..\libavcodec\x86\vp6dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp8dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\vp9dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
......
......@@ -171,6 +171,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\af_dcshift.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_dynaudnorm.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_earwax.c">
</ClCompile>
<ClCompile Include="..\libavfilter\f_ebur128.c">
......
......@@ -209,6 +209,9 @@
<ClCompile Include="..\libavfilter\af_dcshift.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_dynaudnorm.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_earwax.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册