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

projects: Update for recent upstream merge.

上级 e3398c96
......@@ -1474,6 +1474,7 @@
%define CONFIG_APERMS_FILTER 1
%define CONFIG_APHASER_FILTER 1
%define CONFIG_ARESAMPLE_FILTER 1
%define CONFIG_AREVERSE_FILTER 1
%define CONFIG_ASELECT_FILTER 1
%define CONFIG_ASENDCMD_FILTER 1
%define CONFIG_ASETNSAMPLES_FILTER 1
......
......@@ -1521,6 +1521,7 @@
#define CONFIG_APERMS_FILTER 1
#define CONFIG_APHASER_FILTER 1
#define CONFIG_ARESAMPLE_FILTER 1
#define CONFIG_AREVERSE_FILTER 1
#define CONFIG_ASELECT_FILTER 1
#define CONFIG_ASENDCMD_FILTER 1
#define CONFIG_ASETNSAMPLES_FILTER 1
......
......@@ -137,6 +137,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\af_aresample.c">
</ClCompile>
<ClCompile Include="..\libavfilter\f_reverse.c">
</ClCompile>
<ClCompile Include="..\libavfilter\f_select.c">
</ClCompile>
<ClCompile Include="..\libavfilter\f_sendcmd.c">
......@@ -385,8 +387,6 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_repeatfields.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_reverse.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_rotate.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_separatefields.c">
......
......@@ -158,6 +158,9 @@
<ClCompile Include="..\libavfilter\af_aresample.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\f_reverse.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\f_select.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -515,9 +518,6 @@
<ClCompile Include="..\libavfilter\vf_repeatfields.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_reverse.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_rotate.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册