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

projects: Update for recent merge.

上级 4ea47a75
......@@ -648,6 +648,7 @@
%define CONFIG_H264_VDPAU_DECODER 0
%define CONFIG_HEVC_DECODER 1
%define CONFIG_HNM4_VIDEO_DECODER 1
%define CONFIG_HQX_DECODER 1
%define CONFIG_HUFFYUV_DECODER 1
%define CONFIG_IDCIN_DECODER 1
%define CONFIG_IFF_BYTERUN1_DECODER 1
......
......@@ -695,6 +695,7 @@
#define CONFIG_H264_VDPAU_DECODER 0
#define CONFIG_HEVC_DECODER 1
#define CONFIG_HNM4_VIDEO_DECODER 1
#define CONFIG_HQX_DECODER 1
#define CONFIG_HUFFYUV_DECODER 1
#define CONFIG_IDCIN_DECODER 1
#define CONFIG_IFF_BYTERUN1_DECODER 1
......
......@@ -778,6 +778,10 @@
</ClCompile>
<ClCompile Include="..\libavcodec\hnm4video.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hqx.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hqxvlc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\huffyuv.c">
</ClCompile>
<ClCompile Include="..\libavcodec\huffyuvdec.c">
......
......@@ -1166,6 +1166,12 @@
<ClCompile Include="..\libavcodec\hnm4video.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\hqx.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\hqxvlc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\huffyuv.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册