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

projects: Update for recent upstream merge.

上级 c12233a1
......@@ -1691,6 +1691,7 @@
%define CONFIG_MERGEPLANES_FILTER 1
%define CONFIG_MPDECIMATE_FILTER 1
%define CONFIG_NEGATE_FILTER 1
%define CONFIG_NNEDI_FILTER 1
%define CONFIG_NOFORMAT_FILTER 1
%define CONFIG_NOISE_FILTER 1
%define CONFIG_NULL_FILTER 1
......
......@@ -1741,6 +1741,7 @@
#define CONFIG_MERGEPLANES_FILTER 1
#define CONFIG_MPDECIMATE_FILTER 1
#define CONFIG_NEGATE_FILTER 1
#define CONFIG_NNEDI_FILTER 1
#define CONFIG_NOFORMAT_FILTER 1
#define CONFIG_NOISE_FILTER 1
#define CONFIG_NULL_FILTER 1
......
......@@ -255,6 +255,7 @@
<ClCompile Include="..\libavfilter\vf_mcdeint.c" />
<ClCompile Include="..\libavfilter\vf_mergeplanes.c" />
<ClCompile Include="..\libavfilter\vf_mpdecimate.c" />
<ClCompile Include="..\libavfilter\vf_nnedi.c" />
<ClCompile Include="..\libavfilter\vf_noise.c" />
<ClCompile Include="..\libavfilter\vf_null.c" />
<ClCompile Include="..\libavfilter\vf_overlay.c" />
......
......@@ -537,6 +537,9 @@
<ClCompile Include="..\libavfilter\vf_mpdecimate.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_nnedi.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_noise.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册