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

projects: Update for recent upstream merge.

上级 d965ca54
......@@ -1142,6 +1142,7 @@
%define CONFIG_BINTEXT_DECODER 1
%define CONFIG_XBIN_DECODER 1
%define CONFIG_IDF_DECODER 1
%define CONFIG_LIBOPENH264_DECODER 0
%define CONFIG_H264_CUVID_DECODER 0
%define CONFIG_HEVC_CUVID_DECODER 0
%define CONFIG_VC1_CUVID_DECODER 0
......
......@@ -1192,6 +1192,7 @@
#define CONFIG_BINTEXT_DECODER 1
#define CONFIG_XBIN_DECODER 1
#define CONFIG_IDF_DECODER 1
#define CONFIG_LIBOPENH264_DECODER 0
#define CONFIG_H264_CUVID_DECODER 0
#define CONFIG_HEVC_CUVID_DECODER 0
#define CONFIG_VC1_CUVID_DECODER 0
......
......@@ -471,7 +471,7 @@
<ClCompile Include="..\libavcodec\mpeg4videoenc.c" />
<ClCompile Include="..\libavcodec\ituh263enc.c" />
<ClCompile Include="..\libavcodec\flvenc.c" />
<ClCompile Include="..\libavcodec\h264.c" />
<ClCompile Include="..\libavcodec\h264dec.c" />
<ClCompile Include="..\libavcodec\h264_cabac.c" />
<ClCompile Include="..\libavcodec\h264_cavlc.c" />
<ClCompile Include="..\libavcodec\h264_direct.c" />
......
......@@ -1233,7 +1233,7 @@
<ClCompile Include="..\libavcodec\flvenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\h264.c">
<ClCompile Include="..\libavcodec\h264dec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\h264_cabac.c">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册