提交 0141e364 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 4b0c4f01
......@@ -1966,7 +1966,7 @@
%define CONFIG_VP3_PARSER 1
%define CONFIG_VP8_PARSER 1
%define CONFIG_VP9_PARSER 1
%define CONFIG_ASYNC_PROTOCOL 0
%define CONFIG_ASYNC_PROTOCOL 1
%define CONFIG_BLURAY_PROTOCOL 1
%define CONFIG_CACHE_PROTOCOL 1
%define CONFIG_CONCAT_PROTOCOL 1
......
......@@ -2013,7 +2013,7 @@
#define CONFIG_VP3_PARSER 1
#define CONFIG_VP8_PARSER 1
#define CONFIG_VP9_PARSER 1
#define CONFIG_ASYNC_PROTOCOL 0
#define CONFIG_ASYNC_PROTOCOL 1
#define CONFIG_BLURAY_PROTOCOL 1
#define CONFIG_CACHE_PROTOCOL 1
#define CONFIG_CONCAT_PROTOCOL 1
......
......@@ -111,6 +111,7 @@
<YASM Include="..\libavcodec\x86\hevc_idct.asm" />
<YASM Include="..\libavcodec\x86\hevc_res_add.asm" />
<YASM Include="..\libavcodec\x86\hevc_sao.asm" />
<YASM Include="..\libavcodec\x86\hevc_sao_10bit.asm" />
<YASM Include="..\libavcodec\x86\jpeg2000dsp.asm" />
<YASM Include="..\libavcodec\x86\mlpdsp.asm" />
<YASM Include="..\libavcodec\x86\xvididct.asm" />
......
......@@ -177,6 +177,9 @@
<YASM Include="..\libavcodec\x86\hevc_sao.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\hevc_sao_10bit.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
<YASM Include="..\libavcodec\x86\jpeg2000dsp.asm">
<Filter>Source Files\libavcodec\x86</Filter>
</YASM>
......
......@@ -811,6 +811,8 @@
</ClCompile>
<ClCompile Include="..\libavformat\libssh.c">
</ClCompile>
<ClCompile Include="..\libavformat\async.c">
</ClCompile>
<ClCompile Include="..\libavformat\bluray.c">
</ClCompile>
<ClCompile Include="..\libavformat\cache.c">
......
......@@ -1146,6 +1146,9 @@
<ClCompile Include="..\libavformat\libssh.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\async.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
<ClCompile Include="..\libavformat\bluray.c">
<Filter>Source Files\libavformat</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册