提交 31961f2e 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 2f79fa49
......@@ -1685,6 +1685,7 @@
%define CONFIG_AVECTORSCOPE_FILTER 1
%define CONFIG_CONCAT_FILTER 1
%define CONFIG_SHOWCQT_FILTER 1
%define CONFIG_SHOWFREQS_FILTER 1
%define CONFIG_SHOWSPECTRUM_FILTER 1
%define CONFIG_SHOWVOLUME_FILTER 1
%define CONFIG_SHOWWAVES_FILTER 1
......
......@@ -1732,6 +1732,7 @@
#define CONFIG_AVECTORSCOPE_FILTER 1
#define CONFIG_CONCAT_FILTER 1
#define CONFIG_SHOWCQT_FILTER 1
#define CONFIG_SHOWFREQS_FILTER 1
#define CONFIG_SHOWSPECTRUM_FILTER 1
#define CONFIG_SHOWVOLUME_FILTER 1
#define CONFIG_SHOWWAVES_FILTER 1
......
......@@ -471,6 +471,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\avf_showcqt.c">
</ClCompile>
<ClCompile Include="..\libavfilter\avf_showfreqs.c">
</ClCompile>
<ClCompile Include="..\libavfilter\avf_showspectrum.c">
</ClCompile>
<ClCompile Include="..\libavfilter\avf_showvolume.c">
......
......@@ -641,6 +641,9 @@
<ClCompile Include="..\libavfilter\avf_showcqt.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\avf_showfreqs.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\avf_showspectrum.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
......@@ -10,6 +10,7 @@ EXPORTS
av_audio_fifo_alloc
av_audio_fifo_drain
av_audio_fifo_free
av_audio_fifo_peek
av_audio_fifo_read
av_audio_fifo_realloc
av_audio_fifo_reset
......@@ -107,6 +108,7 @@ EXPORTS
av_fifo_drain
av_fifo_free
av_fifo_freep
av_fifo_generic_peek
av_fifo_generic_read
av_fifo_generic_write
av_fifo_grow
......
......@@ -90,6 +90,8 @@
</ClCompile>
<ClCompile Include="..\libswscale\hscale.c">
</ClCompile>
<ClCompile Include="..\libswscale\vscale.c">
</ClCompile>
<ClCompile Include="..\libswscale\log2_tab.c">
</ClCompile>
<ClCompile Include="..\libswscale\x86\rgb2rgb.c">
......
......@@ -68,6 +68,9 @@
<ClCompile Include="..\libswscale\hscale.c">
<Filter>Source Files\libswscale</Filter>
</ClCompile>
<ClCompile Include="..\libswscale\vscale.c">
<Filter>Source Files\libswscale</Filter>
</ClCompile>
<ClCompile Include="..\libswscale\log2_tab.c">
<Filter>Source Files\libswscale</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册