提交 1ac78152 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 87556be1
...@@ -1584,6 +1584,7 @@ ...@@ -1584,6 +1584,7 @@
%define CONFIG_VOLUME_FILTER 1 %define CONFIG_VOLUME_FILTER 1
%define CONFIG_VOLUMEDETECT_FILTER 1 %define CONFIG_VOLUMEDETECT_FILTER 1
%define CONFIG_AEVALSRC_FILTER 1 %define CONFIG_AEVALSRC_FILTER 1
%define CONFIG_ANOISESRC_FILTER 1
%define CONFIG_ANULLSRC_FILTER 1 %define CONFIG_ANULLSRC_FILTER 1
%define CONFIG_FLITE_FILTER 0 %define CONFIG_FLITE_FILTER 0
%define CONFIG_SINE_FILTER 1 %define CONFIG_SINE_FILTER 1
......
...@@ -1634,6 +1634,7 @@ ...@@ -1634,6 +1634,7 @@
#define CONFIG_VOLUME_FILTER 1 #define CONFIG_VOLUME_FILTER 1
#define CONFIG_VOLUMEDETECT_FILTER 1 #define CONFIG_VOLUMEDETECT_FILTER 1
#define CONFIG_AEVALSRC_FILTER 1 #define CONFIG_AEVALSRC_FILTER 1
#define CONFIG_ANOISESRC_FILTER 1
#define CONFIG_ANULLSRC_FILTER 1 #define CONFIG_ANULLSRC_FILTER 1
#define CONFIG_FLITE_FILTER 0 #define CONFIG_FLITE_FILTER 0
#define CONFIG_SINE_FILTER 1 #define CONFIG_SINE_FILTER 1
......
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
<ObjectFileName>$(IntDir)\libavfilter_af_volume.obj</ObjectFileName> <ObjectFileName>$(IntDir)\libavfilter_af_volume.obj</ObjectFileName>
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\af_volumedetect.c" /> <ClCompile Include="..\libavfilter\af_volumedetect.c" />
<ClCompile Include="..\libavfilter\asrc_anoisesrc.c" />
<ClCompile Include="..\libavfilter\asrc_anullsrc.c" /> <ClCompile Include="..\libavfilter\asrc_anullsrc.c" />
<ClCompile Include="..\libavfilter\asrc_sine.c" /> <ClCompile Include="..\libavfilter\asrc_sine.c" />
<ClCompile Include="..\libavfilter\asink_anullsink.c" /> <ClCompile Include="..\libavfilter\asink_anullsink.c" />
......
...@@ -285,6 +285,9 @@ ...@@ -285,6 +285,9 @@
<ClCompile Include="..\libavfilter\af_volumedetect.c"> <ClCompile Include="..\libavfilter\af_volumedetect.c">
<Filter>Source Files\libavfilter</Filter> <Filter>Source Files\libavfilter</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\libavfilter\asrc_anoisesrc.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\asrc_anullsrc.c"> <ClCompile Include="..\libavfilter\asrc_anullsrc.c">
<Filter>Source Files\libavfilter</Filter> <Filter>Source Files\libavfilter</Filter>
</ClCompile> </ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册