提交 82835b88 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 67a2625d
......@@ -1614,6 +1614,7 @@
%define CONFIG_LUT_FILTER 1
%define CONFIG_LUTRGB_FILTER 1
%define CONFIG_LUTYUV_FILTER 1
%define CONFIG_MASKEDMERGE_FILTER 1
%define CONFIG_MCDEINT_FILTER 1
%define CONFIG_MERGEPLANES_FILTER 1
%define CONFIG_MPDECIMATE_FILTER 1
......
......@@ -1661,6 +1661,7 @@
#define CONFIG_LUT_FILTER 1
#define CONFIG_LUTRGB_FILTER 1
#define CONFIG_LUTYUV_FILTER 1
#define CONFIG_MASKEDMERGE_FILTER 1
#define CONFIG_MCDEINT_FILTER 1
#define CONFIG_MERGEPLANES_FILTER 1
#define CONFIG_MPDECIMATE_FILTER 1
......
......@@ -351,6 +351,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_lut.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_maskedmerge.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_mcdeint.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_mergeplanes.c">
......
......@@ -470,6 +470,9 @@
<ClCompile Include="..\libavfilter\vf_lut.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_maskedmerge.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_mcdeint.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册