提交 4dfd401a 编写于 作者: M Matthew Oliver

Update VS projects for recent merge.

上级 6ff461f6
......@@ -164,6 +164,7 @@
%define HAVE_ATOMICS_SUNCC 0
%define HAVE_ATOMICS_WIN32 1
%define HAVE_ATOMIC_CAS_PTR 0
%define HAVE_ATOMIC_COMPARE_EXCHANGE 0
%define HAVE_MACHINE_RW_BARRIER 0
%define HAVE_MEMORYBARRIER 1
%define HAVE_MM_EMPTY 1
......@@ -1729,6 +1730,7 @@
%define CONFIG_WAV_MUXER 1
%define CONFIG_WEBM_MUXER 1
%define CONFIG_WEBM_DASH_MANIFEST_MUXER 1
%define CONFIG_WEBP_MUXER 1
%define CONFIG_WEBVTT_MUXER 1
%define CONFIG_WTV_MUXER 1
%define CONFIG_WV_MUXER 1
......
......@@ -187,6 +187,7 @@
#define HAVE_ATOMICS_SUNCC 0
#define HAVE_ATOMICS_WIN32 1
#define HAVE_ATOMIC_CAS_PTR 0
#define HAVE_ATOMIC_COMPARE_EXCHANGE 0
#define HAVE_MACHINE_RW_BARRIER 0
#define HAVE_MEMORYBARRIER 1
#define HAVE_MM_EMPTY 1
......@@ -1772,6 +1773,7 @@
#define CONFIG_WAV_MUXER 1
#define CONFIG_WEBM_MUXER 1
#define CONFIG_WEBM_DASH_MANIFEST_MUXER 1
#define CONFIG_WEBP_MUXER 1
#define CONFIG_WEBVTT_MUXER 1
#define CONFIG_WTV_MUXER 1
#define CONFIG_WV_MUXER 1
......
......@@ -1091,6 +1091,9 @@
<ClCompile Include="..\libavformat\wc3movie.c">
<ObjectFileName>$(IntDir)\libavformat_wc3movie.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavformat\webpenc.c">
<ObjectFileName>$(IntDir)\libavformat_webpenc.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavformat\webvttdec.c">
<ObjectFileName>$(IntDir)\libavformat_webvttdec.obj</ObjectFileName>
</ClCompile>
......
......@@ -1050,6 +1050,9 @@
<ClCompile Include="..\libavformat\wc3movie.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\webpenc.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\webvttdec.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册