提交 254b53f8 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 9c727d4a
......@@ -1665,6 +1665,7 @@
%define CONFIG_VIDSTABTRANSFORM_FILTER 0
%define CONFIG_VIGNETTE_FILTER 1
%define CONFIG_W3FDIF_FILTER 1
%define CONFIG_WAVEFORM_FILTER 1
%define CONFIG_XBR_FILTER 1
%define CONFIG_YADIF_FILTER 1
%define CONFIG_ZMQ_FILTER 0
......
......@@ -1712,6 +1712,7 @@
#define CONFIG_VIDSTABTRANSFORM_FILTER 0
#define CONFIG_VIGNETTE_FILTER 1
#define CONFIG_W3FDIF_FILTER 1
#define CONFIG_WAVEFORM_FILTER 1
#define CONFIG_XBR_FILTER 1
#define CONFIG_YADIF_FILTER 1
#define CONFIG_ZMQ_FILTER 0
......
......@@ -446,6 +446,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_w3fdif.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_waveform.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_xbr.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_yadif.c">
......
......@@ -605,6 +605,9 @@
<ClCompile Include="..\libavfilter\vf_w3fdif.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_waveform.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_xbr.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册