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

projects: Update for recent upstream merge.

上级 bfaf3f1e
......@@ -298,6 +298,7 @@
%define HAVE_PTHREAD_CANCEL 0
%define HAVE_SCHED_GETAFFINITY 0
%define HAVE_SETCONSOLETEXTATTRIBUTE 1
%define HAVE_SETCONSOLECTRLHANDLER 1
%define HAVE_SETMODE 1
%define HAVE_SETRLIMIT 0
%define HAVE_SLEEP 1
......
......@@ -329,6 +329,7 @@
#define HAVE_PTHREAD_CANCEL 0
#define HAVE_SCHED_GETAFFINITY 0
#define HAVE_SETCONSOLETEXTATTRIBUTE 1
#define HAVE_SETCONSOLECTRLHANDLER 1
#define HAVE_SETMODE 1
#define HAVE_SETRLIMIT 0
#define HAVE_SLEEP 1
......
......@@ -716,6 +716,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\g2meet.c">
</ClCompile>
<ClCompile Include="..\libavcodec\elsdec.c">
</ClCompile>
<ClCompile Include="..\libavcodec\g723_1.c">
</ClCompile>
<ClCompile Include="..\libavcodec\g729dec.c">
......
......@@ -1076,6 +1076,9 @@
<ClCompile Include="..\libavcodec\g2meet.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\elsdec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\g723_1.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
......@@ -456,6 +456,7 @@ EXPORTS
avutil_configuration
avutil_license
avutil_version
avutil_version_info
av_aes_size DATA
av_camellia_size DATA
av_cast5_size DATA
......
......@@ -70,8 +70,6 @@
</ClCompile>
<ClCompile Include="..\libavutil\aes.c">
</ClCompile>
<ClCompile Include="..\libavutil\atomic.c">
</ClCompile>
<ClCompile Include="..\libavutil\audio_fifo.c">
</ClCompile>
<ClCompile Include="..\libavutil\avstring.c">
......
......@@ -50,9 +50,6 @@
<ClCompile Include="..\libavutil\aes.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\atomic.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\audio_fifo.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册