提交 66e07f99 编写于 作者: M Matt Oliver

project: Update for recent upstream merge.

上级 4e4f3f5b
......@@ -1545,7 +1545,7 @@
%define CONFIG_ALLPASS_FILTER 1
%define CONFIG_AMERGE_FILTER 1
%define CONFIG_AMIX_FILTER 1
%define CONFIG_ANEQUALIZER_FILTER 0
%define CONFIG_ANEQUALIZER_FILTER 1
%define CONFIG_ANULL_FILTER 1
%define CONFIG_APAD_FILTER 1
%define CONFIG_APERMS_FILTER 1
......
......@@ -1595,7 +1595,7 @@
#define CONFIG_ALLPASS_FILTER 1
#define CONFIG_AMERGE_FILTER 1
#define CONFIG_AMIX_FILTER 1
#define CONFIG_ANEQUALIZER_FILTER 0
#define CONFIG_ANEQUALIZER_FILTER 1
#define CONFIG_ANULL_FILTER 1
#define CONFIG_APAD_FILTER 1
#define CONFIG_APERMS_FILTER 1
......
......@@ -109,6 +109,7 @@
<ClCompile Include="..\libavfilter\af_adelay.c" />
<ClCompile Include="..\libavfilter\af_aecho.c" />
<ClCompile Include="..\libavfilter\af_aemphasis.c" />
<ClCompile Include="..\libavfilter\af_anequalizer.c" />
<ClCompile Include="..\libavfilter\aeval.c" />
<ClCompile Include="..\libavfilter\af_aformat.c" />
<ClCompile Include="..\libavfilter\af_agate.c" />
......@@ -331,6 +332,7 @@
<ClCompile Include="..\libavfilter\avf_concat.c" />
<ClCompile Include="..\libavfilter\avf_showcqt.c" />
<ClCompile Include="..\libavfilter\avf_showfreqs.c" />
<ClCompile Include="..\libavfilter\window_func.c" />
<ClCompile Include="..\libavfilter\avf_showspectrum.c" />
<ClCompile Include="..\libavfilter\avf_showvolume.c" />
<ClCompile Include="..\libavfilter\avf_showwaves.c" />
......
......@@ -147,6 +147,9 @@
<ClCompile Include="..\libavfilter\af_aemphasis.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_anequalizer.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\aeval.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -717,6 +720,9 @@
<ClCompile Include="..\libavfilter\avf_showfreqs.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\window_func.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\avf_showspectrum.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
EXPORTS
av_add_index_entry
av_append_packet
av_apply_bitstream_filters
av_codec_get_id
av_codec_get_tag
av_codec_get_tag2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册