提交 320e55a5 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 e0cb7e8a
......@@ -1893,6 +1893,7 @@
%define CONFIG_PP7_FILTER 1
%define CONFIG_PREMULTIPLY_FILTER 1
%define CONFIG_PREWITT_FILTER 1
%define CONFIG_PSEUDOCOLOR_FILTER 1
%define CONFIG_PSNR_FILTER 1
%define CONFIG_PULLUP_FILTER 1
%define CONFIG_QP_FILTER 1
......@@ -1948,6 +1949,7 @@
%define CONFIG_TILE_FILTER 1
%define CONFIG_TINTERLACE_FILTER 1
%define CONFIG_TLUT2_FILTER 1
%define CONFIG_TONEMAP_FILTER 1
%define CONFIG_TRANSPOSE_FILTER 1
%define CONFIG_TRIM_FILTER 1
%define CONFIG_UNPREMULTIPLY_FILTER 1
......
......@@ -1950,6 +1950,7 @@
#define CONFIG_PP7_FILTER 1
#define CONFIG_PREMULTIPLY_FILTER 1
#define CONFIG_PREWITT_FILTER 1
#define CONFIG_PSEUDOCOLOR_FILTER 1
#define CONFIG_PSNR_FILTER 1
#define CONFIG_PULLUP_FILTER 1
#define CONFIG_QP_FILTER 1
......@@ -2005,6 +2006,7 @@
#define CONFIG_TILE_FILTER 1
#define CONFIG_TINTERLACE_FILTER 1
#define CONFIG_TLUT2_FILTER 1
#define CONFIG_TONEMAP_FILTER 1
#define CONFIG_TRANSPOSE_FILTER 1
#define CONFIG_TRIM_FILTER 1
#define CONFIG_UNPREMULTIPLY_FILTER 1
......
......@@ -103,6 +103,7 @@
<YASM Include="..\libavcodec\x86\me_cmp.asm" />
<YASM Include="..\libavcodec\x86\imdct36.asm" />
<YASM Include="..\libavcodec\x86\mpegvideoencdsp.asm" />
<YASM Include="..\libavcodec\x86\opus_pvq_search.asm" />
<YASM Include="..\libavcodec\x86\pixblockdsp.asm" />
<YASM Include="..\libavcodec\x86\qpeldsp.asm" />
<YASM Include="..\libavcodec\x86\rv34dsp.asm" />
......@@ -957,6 +958,7 @@
<ClCompile Include="..\libavcodec\x86\dcadsp_init.c" />
<ClCompile Include="..\libavcodec\x86\synth_filter_init.c" />
<ClCompile Include="..\libavcodec\x86\dnxhdenc_init.c" />
<ClCompile Include="..\libavcodec\x86\opus_dsp_init.c" />
<ClCompile Include="..\libavcodec\x86\hevcdsp_init.c" />
<ClCompile Include="..\libavcodec\x86\jpeg2000dsp_init.c" />
<ClCompile Include="..\libavcodec\x86\mlpdsp_init.c" />
......
......@@ -136,6 +136,9 @@
<YASM Include="..\libavcodec\x86\mpegvideoencdsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\opus_pvq_search.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\pixblockdsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
......@@ -2694,6 +2697,9 @@
<ClCompile Include="..\libavcodec\x86\dnxhdenc_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\opus_dsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\hevcdsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
......
......@@ -292,6 +292,7 @@
<ClCompile Include="..\libavfilter\vf_pixdesctest.c" />
<ClCompile Include="..\libavfilter\vf_pp.c" />
<ClCompile Include="..\libavfilter\vf_premultiply.c" />
<ClCompile Include="..\libavfilter\vf_pseudocolor.c" />
<ClCompile Include="..\libavfilter\vf_qp.c" />
<ClCompile Include="..\libavfilter\vf_random.c" />
<ClCompile Include="..\libavfilter\vf_readeia608.c" />
......@@ -325,6 +326,7 @@
<ClCompile Include="..\libavfilter\vf_thumbnail.c" />
<ClCompile Include="..\libavfilter\vf_tile.c" />
<ClCompile Include="..\libavfilter\vf_tinterlace.c" />
<ClCompile Include="..\libavfilter\vf_tonemap.c" />
<ClCompile Include="..\libavfilter\vf_transpose.c" />
<ClCompile Include="..\libavfilter\vf_unsharp.c" />
<ClCompile Include="..\libavfilter\vf_uspp.c" />
......
......@@ -699,6 +699,9 @@
<ClCompile Include="..\libavfilter\vf_premultiply.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_pseudocolor.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_qp.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -798,6 +801,9 @@
<ClCompile Include="..\libavfilter\vf_tinterlace.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_tonemap.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_transpose.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册