提交 6cf517c7 编写于 作者: M Matt Oliver

project: Update for recent merge.

上级 20e6d9eb
......@@ -1444,6 +1444,7 @@
%define CONFIG_CODECVIEW_FILTER 1
%define CONFIG_COLORBALANCE_FILTER 1
%define CONFIG_COLORCHANNELMIXER_FILTER 1
%define CONFIG_COLORLEVELS_FILTER 1
%define CONFIG_COLORMATRIX_FILTER 1
%define CONFIG_COPY_FILTER 1
%define CONFIG_CROP_FILTER 1
......
......@@ -1491,6 +1491,7 @@
#define CONFIG_CODECVIEW_FILTER 1
#define CONFIG_COLORBALANCE_FILTER 1
#define CONFIG_COLORCHANNELMIXER_FILTER 1
#define CONFIG_COLORLEVELS_FILTER 1
#define CONFIG_COLORMATRIX_FILTER 1
#define CONFIG_COPY_FILTER 1
#define CONFIG_CROP_FILTER 1
......
......@@ -217,6 +217,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_colorchannelmixer.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_colorlevels.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_colormatrix.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_copy.c">
......
......@@ -272,6 +272,9 @@
<ClCompile Include="..\libavfilter\vf_colorchannelmixer.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_colorlevels.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_colormatrix.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册