提交 92700e7d 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 d322e353
......@@ -1786,6 +1786,7 @@
%define CONFIG_WAV_MUXER 1
%define CONFIG_WEBM_MUXER 1
%define CONFIG_WEBM_DASH_MANIFEST_MUXER 1
%define CONFIG_WEBM_CHUNK_MUXER 1
%define CONFIG_WEBP_MUXER 1
%define CONFIG_WEBVTT_MUXER 1
%define CONFIG_WTV_MUXER 1
......
......@@ -1833,6 +1833,7 @@
#define CONFIG_WAV_MUXER 1
#define CONFIG_WEBM_MUXER 1
#define CONFIG_WEBM_DASH_MANIFEST_MUXER 1
#define CONFIG_WEBM_CHUNK_MUXER 1
#define CONFIG_WEBP_MUXER 1
#define CONFIG_WEBVTT_MUXER 1
#define CONFIG_WTV_MUXER 1
......
......@@ -483,6 +483,8 @@
</ClCompile>
<ClCompile Include="..\libavformat\webmdashenc.c">
</ClCompile>
<ClCompile Include="..\libavformat\webm_chunk.c">
</ClCompile>
<ClCompile Include="..\libavformat\mgsts.c">
</ClCompile>
<ClCompile Include="..\libavformat\microdvddec.c">
......
......@@ -654,6 +654,9 @@
<ClCompile Include="..\libavformat\webmdashenc.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\webm_chunk.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\mgsts.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册