提交 6a6bb4aa 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 bfe3738e
......@@ -543,6 +543,7 @@
%define CONFIG_IIRFILTER 1
%define CONFIG_IMDCT15 1
%define CONFIG_INTRAX8 1
%define CONFIG_JPEGTABLES 1
%define CONFIG_LGPLV3 0
%define CONFIG_LLAUDDSP 1
%define CONFIG_LLVIDDSP 1
......
......@@ -590,6 +590,7 @@
#define CONFIG_IIRFILTER 1
#define CONFIG_IMDCT15 1
#define CONFIG_INTRAX8 1
#define CONFIG_JPEGTABLES 1
#define CONFIG_LGPLV3 0
#define CONFIG_LLAUDDSP 1
#define CONFIG_LLVIDDSP 1
......
......@@ -260,6 +260,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\intrax8dsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\jpegtables.c">
</ClCompile>
<ClCompile Include="..\libavcodec\libxvid_rc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\lossless_audiodsp.c">
......@@ -435,8 +437,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\mjpegenc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\mjpeg.c">
</ClCompile>
<ClCompile Include="..\libavcodec\mjpegenc_common.c">
</ClCompile>
<ClCompile Include="..\libavcodec\anm.c">
......@@ -813,7 +813,7 @@
</ClCompile>
<ClCompile Include="..\libavcodec\indeo4.c">
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_common.c">
<ClCompile Include="..\libavcodec\ivi.c">
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_dsp.c">
</ClCompile>
......
......@@ -410,6 +410,9 @@
<ClCompile Include="..\libavcodec\intrax8dsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\jpegtables.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\libxvid_rc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -659,9 +662,6 @@
<ClCompile Include="..\libavcodec\mjpegenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\mjpeg.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\mjpegenc_common.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1220,7 +1220,7 @@
<ClCompile Include="..\libavcodec\indeo4.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_common.c">
<ClCompile Include="..\libavcodec\ivi.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ivi_dsp.c">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册