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

projects: Update for recent upstream merge.

上级 c49b5475
......@@ -1560,6 +1560,8 @@
%define CONFIG_ACOPY_FILTER 1
%define CONFIG_ACROSSFADE_FILTER 1
%define CONFIG_ACRUSHER_FILTER 1
%define CONFIG_ADECLICK_FILTER 1
%define CONFIG_ADECLIP_FILTER 1
%define CONFIG_ADELAY_FILTER 1
%define CONFIG_ADERIVATIVE_FILTER 1
%define CONFIG_AECHO_FILTER 1
......
......@@ -1646,6 +1646,8 @@
#define CONFIG_ACOPY_FILTER 1
#define CONFIG_ACROSSFADE_FILTER 1
#define CONFIG_ACRUSHER_FILTER 1
#define CONFIG_ADECLICK_FILTER 1
#define CONFIG_ADECLIP_FILTER 1
#define CONFIG_ADELAY_FILTER 1
#define CONFIG_ADERIVATIVE_FILTER 1
#define CONFIG_AECHO_FILTER 1
......
......@@ -121,6 +121,7 @@
<ClCompile Include="..\libavfilter\af_acopy.c" />
<ClCompile Include="..\libavfilter\af_afade.c" />
<ClCompile Include="..\libavfilter\af_acrusher.c" />
<ClCompile Include="..\libavfilter\af_adeclick.c" />
<ClCompile Include="..\libavfilter\af_adelay.c" />
<ClCompile Include="..\libavfilter\af_aderivative.c" />
<ClCompile Include="..\libavfilter\af_aecho.c" />
......@@ -336,6 +337,8 @@
<ClCompile Include="..\libavfilter\vf_smartblur.c" />
<ClCompile Include="..\libavfilter\vf_spp.c" />
<ClCompile Include="..\libavfilter\vf_srcnn.c" />
<ClCompile Include="..\libavfilter\dnn_interface.c" />
<ClCompile Include="..\libavfilter\dnn_backend_native.c" />
<ClCompile Include="..\libavfilter\vf_super2xsai.c" />
<ClCompile Include="..\libavfilter\vf_swaprect.c" />
<ClCompile Include="..\libavfilter\vf_swapuv.c" />
......
......@@ -186,6 +186,9 @@
<ClCompile Include="..\libavfilter\af_acrusher.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_adeclick.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_adelay.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -831,6 +834,12 @@
<ClCompile Include="..\libavfilter\vf_srcnn.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\dnn_interface.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\dnn_backend_native.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_super2xsai.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
......@@ -25,6 +25,8 @@ static const AVFilter *filter_list[] = {
&ff_af_acopy,
&ff_af_acrossfade,
&ff_af_acrusher,
&ff_af_adeclick,
&ff_af_adeclip,
&ff_af_adelay,
&ff_af_aderivative,
&ff_af_aecho,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册