提交 9288ffc4 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 1626d188
......@@ -1550,6 +1550,7 @@
%define CONFIG_BLACKFRAME_FILTER 1
%define CONFIG_BLEND_FILTER 1
%define CONFIG_BOXBLUR_FILTER 1
%define CONFIG_CHROMAKEY_FILTER 1
%define CONFIG_CODECVIEW_FILTER 1
%define CONFIG_COLORBALANCE_FILTER 1
%define CONFIG_COLORCHANNELMIXER_FILTER 1
......
......@@ -1597,6 +1597,7 @@
#define CONFIG_BLACKFRAME_FILTER 1
#define CONFIG_BLEND_FILTER 1
#define CONFIG_BOXBLUR_FILTER 1
#define CONFIG_CHROMAKEY_FILTER 1
#define CONFIG_CODECVIEW_FILTER 1
#define CONFIG_COLORBALANCE_FILTER 1
#define CONFIG_COLORCHANNELMIXER_FILTER 1
......
......@@ -236,6 +236,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_boxblur.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_chromakey.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_codecview.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_colorbalance.c">
......
......@@ -305,6 +305,9 @@
<ClCompile Include="..\libavfilter\vf_boxblur.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_chromakey.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.
先完成此消息的编辑!
想要评论请 注册