提交 22b25211 编写于 作者: M Matt Oliver

project: Update for recent upstream merge.

上级 685a1d28
......@@ -316,6 +316,7 @@
%define HAVE_SYSCONF 0
%define HAVE_SYSCTL 0
%define HAVE_USLEEP 0
%define HAVE_UTGETOSTYPEFROMSTRING 0
%define HAVE_VIRTUALALLOC 1
%define HAVE_WGLGETPROCADDRESS 1
%define HAVE_PTHREADS 0
......
......@@ -347,6 +347,7 @@
#define HAVE_SYSCONF 0
#define HAVE_SYSCTL 0
#define HAVE_USLEEP 0
#define HAVE_UTGETOSTYPEFROMSTRING 0
#define HAVE_VIRTUALALLOC 1
#define HAVE_WGLGETPROCADDRESS 1
#define HAVE_PTHREADS 0
......
......@@ -119,6 +119,7 @@
<YASM Include="..\libavcodec\x86\proresdsp.asm" />
<YASM Include="..\libavcodec\x86\rv40dsp.asm" />
<YASM Include="..\libavcodec\x86\svq1enc.asm" />
<YASM Include="..\libavcodec\x86\takdsp.asm" />
<YASM Include="..\libavcodec\x86\ttadsp.asm" />
<YASM Include="..\libavcodec\x86\v210enc.asm" />
<YASM Include="..\libavcodec\x86\v210.asm" />
......@@ -1226,6 +1227,9 @@
</ClCompile>
<ClCompile Include="..\libavcodec\tak.c">
</ClCompile>
<ClCompile Include="..\libavcodec\takdsp.c">
<ObjectFileName>$(IntDir)\libavcodec_takdsp.obj</ObjectFileName>
</ClCompile>
<ClCompile Include="..\libavcodec\targa.c">
</ClCompile>
<ClCompile Include="..\libavcodec\targaenc.c">
......@@ -1723,6 +1727,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\x86\svq1enc_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\takdsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\ttadsp_init.c">
</ClCompile>
<ClCompile Include="..\libavcodec\x86\v210-init.c">
......
......@@ -201,6 +201,9 @@
<YASM Include="..\libavcodec\x86\svq1enc.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\takdsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\ttadsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
......@@ -1835,6 +1838,9 @@
<ClCompile Include="..\libavcodec\tak.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\takdsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\targa.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -2564,6 +2570,9 @@
<ClCompile Include="..\libavcodec\x86\svq1enc_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\takdsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\x86\ttadsp_init.c">
<Filter>Source Files\libavcodec\x86</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册