提交 b1528425 编写于 作者: M Matt Oliver

projects: Update for recent merge.

上级 4458af9d
......@@ -1509,6 +1509,7 @@
%define CONFIG_PHASE_FILTER 1
%define CONFIG_PIXDESCTEST_FILTER 1
%define CONFIG_PP_FILTER 1
%define CONFIG_PP7_FILTER 1
%define CONFIG_PSNR_FILTER 1
%define CONFIG_PULLUP_FILTER 1
%define CONFIG_REMOVELOGO_FILTER 1
......
......@@ -1556,6 +1556,7 @@
#define CONFIG_PHASE_FILTER 1
#define CONFIG_PIXDESCTEST_FILTER 1
#define CONFIG_PP_FILTER 1
#define CONFIG_PP7_FILTER 1
#define CONFIG_PSNR_FILTER 1
#define CONFIG_PULLUP_FILTER 1
#define CONFIG_REMOVELOGO_FILTER 1
......
......@@ -64,6 +64,7 @@
<YASM Include="..\libavfilter\x86\vf_hqdn3d.asm" />
<YASM Include="..\libavfilter\x86\vf_idet.asm" />
<YASM Include="..\libavfilter\x86\vf_interlace.asm" />
<YASM Include="..\libavfilter\x86\vf_pp7.asm" />
<YASM Include="..\libavfilter\x86\vf_pullup.asm" />
<YASM Include="..\libavfilter\x86\af_volume.asm" />
<YASM Include="..\libavfilter\x86\vf_yadif.asm" />
......@@ -331,6 +332,9 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_pp.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_pp7.c">
<ObjectFileName>$(IntDir)\libavfilter_vf_pp7.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_psnr.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_pullup.c">
......@@ -420,6 +424,7 @@
<ClCompile Include="..\libavfilter\libmpcodecs\vf_ilpack.c">
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_pp7.c">
<ObjectFileName>$(IntDir)\libavfilter_libmpcodecs_vf_pp7.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_softpulldown.c">
</ClCompile>
......@@ -452,6 +457,8 @@
<ClCompile Include="..\libavfilter\x86\vf_noise.c">
<ObjectFileName>$(IntDir)\libavfilter_x86_vf_noise.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_pp7_init.c">
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_pullup_init.c">
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_spp.c">
......
......@@ -39,6 +39,9 @@
<YASM Include="..\libavfilter\x86\vf_interlace.asm">
<Filter>Source Files\libavfilter\x86</Filter>
</YASM>
<YASM Include="..\libavfilter\x86\vf_pp7.asm">
<Filter>Source Files\libavfilter\x86</Filter>
</YASM>
<YASM Include="..\libavfilter\x86\vf_pullup.asm">
<Filter>Source Files\libavfilter\x86</Filter>
</YASM>
......@@ -437,6 +440,9 @@
<ClCompile Include="..\libavfilter\vf_pp.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_pp7.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_psnr.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -614,6 +620,9 @@
<ClCompile Include="..\libavfilter\x86\vf_noise.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_pp7_init.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_pullup_init.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册