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

projects: Update for recent merge.

上级 3d697e93
......@@ -1462,6 +1462,7 @@
%define CONFIG_DRAWTEXT_FILTER 1
%define CONFIG_EDGEDETECT_FILTER 1
%define CONFIG_ELBG_FILTER 1
%define CONFIG_EQ_FILTER 1
%define CONFIG_EXTRACTPLANES_FILTER 1
%define CONFIG_FADE_FILTER 1
%define CONFIG_FIELD_FILTER 1
......
......@@ -1509,6 +1509,7 @@
#define CONFIG_DRAWTEXT_FILTER 1
#define CONFIG_EDGEDETECT_FILTER 1
#define CONFIG_ELBG_FILTER 1
#define CONFIG_EQ_FILTER 1
#define CONFIG_EXTRACTPLANES_FILTER 1
#define CONFIG_FADE_FILTER 1
#define CONFIG_FIELD_FILTER 1
......
......@@ -249,6 +249,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_edgedetect.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_eq.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fade.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_field.c">
......@@ -424,6 +426,7 @@
<ClCompile Include="..\libavfilter\libmpcodecs\vf_eq2.c">
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_eq.c">
<ObjectFileName>$(IntDir)\libavfilter_libmpcodecs_vf_eq.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavfilter\libmpcodecs\vf_softpulldown.c">
</ClCompile>
......@@ -443,6 +446,9 @@
</ClCompile>
<ClCompile Include="..\libavfilter\log2_tab.c">
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_eq.c">
<ObjectFileName>$(IntDir)\libavfilter_x86_vf_eq.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_fspp_init.c">
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_gradfun_init.c">
......
......@@ -323,6 +323,9 @@
<ClCompile Include="..\libavfilter\vf_edgedetect.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_eq.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_fade.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -602,6 +605,9 @@
<ClCompile Include="..\libavfilter\log2_tab.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_eq.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\x86\vf_fspp_init.c">
<Filter>Source Files\libavfilter\x86</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册