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

projects: Update for recent merge.

上级 836a5c47
......@@ -1447,6 +1447,7 @@
%define CONFIG_BS2B_FILTER 0
%define CONFIG_CHANNELMAP_FILTER 1
%define CONFIG_CHANNELSPLIT_FILTER 1
%define CONFIG_CHORUS_FILTER 1
%define CONFIG_COMPAND_FILTER 1
%define CONFIG_DCSHIFT_FILTER 1
%define CONFIG_EARWAX_FILTER 1
......
......@@ -1494,6 +1494,7 @@
#define CONFIG_BS2B_FILTER 0
#define CONFIG_CHANNELMAP_FILTER 1
#define CONFIG_CHANNELSPLIT_FILTER 1
#define CONFIG_CHORUS_FILTER 1
#define CONFIG_COMPAND_FILTER 1
#define CONFIG_DCSHIFT_FILTER 1
#define CONFIG_EARWAX_FILTER 1
......
......@@ -162,6 +162,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\af_channelsplit.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_chorus.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_compand.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_dcshift.c">
......
......@@ -191,6 +191,9 @@
<ClCompile Include="..\libavfilter\af_channelsplit.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_chorus.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_compand.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册