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

projects: Update for recent upstream merge.

上级 6bc15ecb
......@@ -1638,6 +1638,7 @@
%define CONFIG_BOXBLUR_FILTER 1
%define CONFIG_BWDIF_FILTER 1
%define CONFIG_CHROMAKEY_FILTER 1
%define CONFIG_CIESCOPE_FILTER 1
%define CONFIG_CODECVIEW_FILTER 1
%define CONFIG_COLORBALANCE_FILTER 1
%define CONFIG_COLORCHANNELMIXER_FILTER 1
......
......@@ -1688,6 +1688,7 @@
#define CONFIG_BOXBLUR_FILTER 1
#define CONFIG_BWDIF_FILTER 1
#define CONFIG_CHROMAKEY_FILTER 1
#define CONFIG_CIESCOPE_FILTER 1
#define CONFIG_CODECVIEW_FILTER 1
#define CONFIG_COLORBALANCE_FILTER 1
#define CONFIG_COLORCHANNELMIXER_FILTER 1
......
......@@ -189,6 +189,7 @@
<ClCompile Include="..\libavfilter\vf_boxblur.c" />
<ClCompile Include="..\libavfilter\vf_bwdif.c" />
<ClCompile Include="..\libavfilter\vf_chromakey.c" />
<ClCompile Include="..\libavfilter\vf_ciescope.c" />
<ClCompile Include="..\libavfilter\vf_codecview.c" />
<ClCompile Include="..\libavfilter\vf_colorbalance.c" />
<ClCompile Include="..\libavfilter\vf_colorchannelmixer.c" />
......
......@@ -375,6 +375,9 @@
<ClCompile Include="..\libavfilter\vf_chromakey.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_ciescope.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_codecview.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册