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

projects: Update for recent upstream merge.

上级 00db4189
......@@ -1513,6 +1513,7 @@
%define CONFIG_EARWAX_FILTER 1
%define CONFIG_EBUR128_FILTER 1
%define CONFIG_EQUALIZER_FILTER 1
%define CONFIG_EXTRASTEREO_FILTER 1
%define CONFIG_FLANGER_FILTER 1
%define CONFIG_HIGHPASS_FILTER 1
%define CONFIG_JOIN_FILTER 1
......
......@@ -1560,6 +1560,7 @@
#define CONFIG_EARWAX_FILTER 1
#define CONFIG_EBUR128_FILTER 1
#define CONFIG_EQUALIZER_FILTER 1
#define CONFIG_EXTRASTEREO_FILTER 1
#define CONFIG_FLANGER_FILTER 1
#define CONFIG_HIGHPASS_FILTER 1
#define CONFIG_JOIN_FILTER 1
......
......@@ -175,6 +175,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\f_ebur128.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_extrastereo.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_flanger.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_join.c">
......
......@@ -215,6 +215,9 @@
<ClCompile Include="..\libavfilter\f_ebur128.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_extrastereo.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_flanger.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册