提交 71ceba09 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 767b2e0f
......@@ -1610,6 +1610,7 @@
%define CONFIG_ABENCH_FILTER 1
%define CONFIG_ACOMPRESSOR_FILTER 1
%define CONFIG_ACROSSFADE_FILTER 1
%define CONFIG_ACRUSHER_FILTER 1
%define CONFIG_ADELAY_FILTER 1
%define CONFIG_AECHO_FILTER 1
%define CONFIG_AEMPHASIS_FILTER 1
......
......@@ -1660,6 +1660,7 @@
#define CONFIG_ABENCH_FILTER 1
#define CONFIG_ACOMPRESSOR_FILTER 1
#define CONFIG_ACROSSFADE_FILTER 1
#define CONFIG_ACRUSHER_FILTER 1
#define CONFIG_ADELAY_FILTER 1
#define CONFIG_AECHO_FILTER 1
#define CONFIG_AEMPHASIS_FILTER 1
......
......@@ -111,6 +111,7 @@
<ClCompile Include="..\libavfilter\f_bench.c" />
<ClCompile Include="..\libavfilter\af_sidechaincompress.c" />
<ClCompile Include="..\libavfilter\af_afade.c" />
<ClCompile Include="..\libavfilter\af_acrusher.c" />
<ClCompile Include="..\libavfilter\af_adelay.c" />
<ClCompile Include="..\libavfilter\af_aecho.c" />
<ClCompile Include="..\libavfilter\af_aemphasis.c" />
......
......@@ -153,6 +153,9 @@
<ClCompile Include="..\libavfilter\af_afade.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_acrusher.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_adelay.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册