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

projects: Update for recent upstream merge.

上级 136bcc66
......@@ -1477,6 +1477,7 @@
%define CONFIG_EQ_FILTER 1
%define CONFIG_EXTRACTPLANES_FILTER 1
%define CONFIG_FADE_FILTER 1
%define CONFIG_FFTFILT_FILTER 1
%define CONFIG_FIELD_FILTER 1
%define CONFIG_FIELDMATCH_FILTER 1
%define CONFIG_FIELDORDER_FILTER 1
......
......@@ -1524,6 +1524,7 @@
#define CONFIG_EQ_FILTER 1
#define CONFIG_EXTRACTPLANES_FILTER 1
#define CONFIG_FADE_FILTER 1
#define CONFIG_FFTFILT_FILTER 1
#define CONFIG_FIELD_FILTER 1
#define CONFIG_FIELDMATCH_FILTER 1
#define CONFIG_FIELDORDER_FILTER 1
......
......@@ -255,6 +255,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fade.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fftfilt.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_field.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fieldmatch.c">
......
......@@ -329,6 +329,9 @@
<ClCompile Include="..\libavfilter\vf_fade.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fftfilt.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_field.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册