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

projects: Update for recent upstream merge.

上级 f622e321
......@@ -1477,6 +1477,7 @@
%define CONFIG_AEVAL_FILTER 1
%define CONFIG_AFADE_FILTER 1
%define CONFIG_AFORMAT_FILTER 1
%define CONFIG_AGATE_FILTER 1
%define CONFIG_AINTERLEAVE_FILTER 1
%define CONFIG_ALIMITER_FILTER 1
%define CONFIG_ALLPASS_FILTER 1
......@@ -1532,6 +1533,7 @@
%define CONFIG_STEREOTOOLS_FILTER 1
%define CONFIG_STEREOWIDEN_FILTER 1
%define CONFIG_TREBLE_FILTER 1
%define CONFIG_TREMOLO_FILTER 1
%define CONFIG_VOLUME_FILTER 1
%define CONFIG_VOLUMEDETECT_FILTER 1
%define CONFIG_AEVALSRC_FILTER 1
......
......@@ -1524,6 +1524,7 @@
#define CONFIG_AEVAL_FILTER 1
#define CONFIG_AFADE_FILTER 1
#define CONFIG_AFORMAT_FILTER 1
#define CONFIG_AGATE_FILTER 1
#define CONFIG_AINTERLEAVE_FILTER 1
#define CONFIG_ALIMITER_FILTER 1
#define CONFIG_ALLPASS_FILTER 1
......@@ -1579,6 +1580,7 @@
#define CONFIG_STEREOTOOLS_FILTER 1
#define CONFIG_STEREOWIDEN_FILTER 1
#define CONFIG_TREBLE_FILTER 1
#define CONFIG_TREMOLO_FILTER 1
#define CONFIG_VOLUME_FILTER 1
#define CONFIG_VOLUMEDETECT_FILTER 1
#define CONFIG_AEVALSRC_FILTER 1
......
......@@ -113,6 +113,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\af_aformat.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_agate.c">
</ClCompile>
<ClCompile Include="..\libavfilter\f_interleave.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_alimiter.c">
......@@ -197,6 +199,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\af_stereowiden.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_tremolo.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_volume.c">
<ObjectFileName>$(IntDir)\libavfilter_af_volume.obj</ObjectFileName>
</ClCompile>
......
......@@ -122,6 +122,9 @@
<ClCompile Include="..\libavfilter\af_aformat.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_agate.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\f_interleave.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -248,6 +251,9 @@
<ClCompile Include="..\libavfilter\af_stereowiden.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_tremolo.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.
先完成此消息的编辑!
想要评论请 注册