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

projects: Update for recent upstream/merge.

上级 d1deaf8c
......@@ -1680,6 +1680,7 @@
%define CONFIG_TESTSRC_FILTER 1
%define CONFIG_NULLSINK_FILTER 1
%define CONFIG_ADRAWGRAPH_FILTER 1
%define CONFIG_APHASEMETER_FILTER 1
%define CONFIG_AVECTORSCOPE_FILTER 1
%define CONFIG_CONCAT_FILTER 1
%define CONFIG_SHOWCQT_FILTER 1
......@@ -1918,6 +1919,7 @@
%define CONFIG_DVDSUB_PARSER 1
%define CONFIG_DVD_NAV_PARSER 1
%define CONFIG_FLAC_PARSER 1
%define CONFIG_G729_PARSER 1
%define CONFIG_GSM_PARSER 1
%define CONFIG_H261_PARSER 1
%define CONFIG_H263_PARSER 1
......
......@@ -1727,6 +1727,7 @@
#define CONFIG_TESTSRC_FILTER 1
#define CONFIG_NULLSINK_FILTER 1
#define CONFIG_ADRAWGRAPH_FILTER 1
#define CONFIG_APHASEMETER_FILTER 1
#define CONFIG_AVECTORSCOPE_FILTER 1
#define CONFIG_CONCAT_FILTER 1
#define CONFIG_SHOWCQT_FILTER 1
......@@ -1965,6 +1966,7 @@
#define CONFIG_DVDSUB_PARSER 1
#define CONFIG_DVD_NAV_PARSER 1
#define CONFIG_FLAC_PARSER 1
#define CONFIG_G729_PARSER 1
#define CONFIG_GSM_PARSER 1
#define CONFIG_H261_PARSER 1
#define CONFIG_H263_PARSER 1
......
......@@ -356,6 +356,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\log2_tab.c">
</ClCompile>
<ClCompile Include="..\libavcodec\reverse.c">
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin.c">
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin_fixed.c">
......@@ -1517,6 +1519,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\flac_parser.c">
</ClCompile>
<ClCompile Include="..\libavcodec\g729_parser.c">
</ClCompile>
<ClCompile Include="..\libavcodec\gsm_parser.c">
</ClCompile>
<ClCompile Include="..\libavcodec\h261_parser.c">
......
......@@ -545,6 +545,9 @@
<ClCompile Include="..\libavcodec\log2_tab.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\reverse.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -2258,6 +2261,9 @@
<ClCompile Include="..\libavcodec\flac_parser.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\g729_parser.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\gsm_parser.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
......@@ -463,6 +463,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vsink_nullsink.c">
</ClCompile>
<ClCompile Include="..\libavfilter\avf_aphasemeter.c">
</ClCompile>
<ClCompile Include="..\libavfilter\avf_avectorscope.c">
</ClCompile>
<ClCompile Include="..\libavfilter\avf_concat.c">
......
......@@ -629,6 +629,9 @@
<ClCompile Include="..\libavfilter\vsink_nullsink.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\avf_aphasemeter.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\avf_avectorscope.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
......@@ -157,6 +157,8 @@
</ClCompile>
<ClCompile Include="..\libavutil\rational.c">
</ClCompile>
<ClCompile Include="..\libavutil\reverse.c">
</ClCompile>
<ClCompile Include="..\libavutil\rc4.c">
</ClCompile>
<ClCompile Include="..\libavutil\ripemd.c">
......
......@@ -176,6 +176,9 @@
<ClCompile Include="..\libavutil\rational.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\reverse.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\rc4.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册