提交 3f4ca5f1 编写于 作者: M Matt Oliver

project: Update for recent upstream merge.

上级 ef43c60b
......@@ -1527,6 +1527,7 @@
%define CONFIG_SIDECHAINCOMPRESS_FILTER 1
%define CONFIG_SILENCEDETECT_FILTER 1
%define CONFIG_SILENCEREMOVE_FILTER 1
%define CONFIG_STEREOWIDEN_FILTER 1
%define CONFIG_TREBLE_FILTER 1
%define CONFIG_VOLUME_FILTER 1
%define CONFIG_VOLUMEDETECT_FILTER 1
......
......@@ -1574,6 +1574,7 @@
#define CONFIG_SIDECHAINCOMPRESS_FILTER 1
#define CONFIG_SILENCEDETECT_FILTER 1
#define CONFIG_SILENCEREMOVE_FILTER 1
#define CONFIG_STEREOWIDEN_FILTER 1
#define CONFIG_TREBLE_FILTER 1
#define CONFIG_VOLUME_FILTER 1
#define CONFIG_VOLUMEDETECT_FILTER 1
......
......@@ -193,6 +193,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\af_silenceremove.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_stereowiden.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_volume.c">
<ObjectFileName>$(IntDir)\libavfilter_af_volume.obj</ObjectFileName>
</ClCompile>
......
......@@ -242,6 +242,9 @@
<ClCompile Include="..\libavfilter\af_silenceremove.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_stereowiden.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_volume.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册