提交 4251ab3c 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 3ddc6dfd
......@@ -438,6 +438,7 @@
%define CONFIG_LIBSCHROEDINGER 0
%define CONFIG_LIBSHINE 0
%define CONFIG_LIBSMBCLIENT 0
%define CONFIG_LIBSNAPPY 0
%define CONFIG_LIBSOXR 1
%define CONFIG_LIBSPEEX 1
%define CONFIG_LIBSSH 1
......@@ -582,7 +583,10 @@
%define CONFIG_RTPDEC 1
%define CONFIG_RTPENC_CHAIN 1
%define CONFIG_SINEWIN 1
%define CONFIG_SNAPPY 1
%define CONFIG_STARTCODE 1
%define CONFIG_TEXTUREDSP 1
%define CONFIG_TEXTUREDSPENC 1
%define CONFIG_TPELDSP 1
%define CONFIG_VIDEODSP 1
%define CONFIG_VP3DSP 1
......@@ -633,6 +637,7 @@
%define CONFIG_CPIA_DECODER 1
%define CONFIG_CSCD_DECODER 1
%define CONFIG_CYUV_DECODER 1
%define CONFIG_DDS_DECODER 1
%define CONFIG_DFA_DECODER 1
%define CONFIG_DIRAC_DECODER 1
%define CONFIG_DNXHD_DECODER 1
......@@ -674,6 +679,7 @@
%define CONFIG_H264_QSV_DECODER 1
%define CONFIG_H264_VDA_DECODER 0
%define CONFIG_H264_VDPAU_DECODER 0
%define CONFIG_HAP_DECODER 1
%define CONFIG_HEVC_DECODER 1
%define CONFIG_HNM4_VIDEO_DECODER 1
%define CONFIG_HQ_HQA_DECODER 1
......@@ -1280,6 +1286,7 @@
%define CONFIG_H261_ENCODER 1
%define CONFIG_H263_ENCODER 1
%define CONFIG_H263P_ENCODER 1
%define CONFIG_HAP_ENCODER 0
%define CONFIG_HUFFYUV_ENCODER 1
%define CONFIG_JPEG2000_ENCODER 1
%define CONFIG_JPEGLS_ENCODER 1
......
......@@ -477,6 +477,7 @@
#define CONFIG_LIBSCHROEDINGER 0
#define CONFIG_LIBSHINE 0
#define CONFIG_LIBSMBCLIENT 0
#define CONFIG_LIBSNAPPY 0
#define CONFIG_LIBSOXR 1
#define CONFIG_LIBSPEEX 1
#define CONFIG_LIBSSH 1
......@@ -629,7 +630,10 @@
#define CONFIG_RTPDEC 1
#define CONFIG_RTPENC_CHAIN 1
#define CONFIG_SINEWIN 1
#define CONFIG_SNAPPY 1
#define CONFIG_STARTCODE 1
#define CONFIG_TEXTUREDSP 1
#define CONFIG_TEXTUREDSPENC 1
#define CONFIG_TPELDSP 1
#define CONFIG_VIDEODSP 1
#define CONFIG_VP3DSP 1
......@@ -680,6 +684,7 @@
#define CONFIG_CPIA_DECODER 1
#define CONFIG_CSCD_DECODER 1
#define CONFIG_CYUV_DECODER 1
#define CONFIG_DDS_DECODER 1
#define CONFIG_DFA_DECODER 1
#define CONFIG_DIRAC_DECODER 1
#define CONFIG_DNXHD_DECODER 1
......@@ -721,6 +726,7 @@
#define CONFIG_H264_QSV_DECODER 1
#define CONFIG_H264_VDA_DECODER 0
#define CONFIG_H264_VDPAU_DECODER 0
#define CONFIG_HAP_DECODER 1
#define CONFIG_HEVC_DECODER 1
#define CONFIG_HNM4_VIDEO_DECODER 1
#define CONFIG_HQ_HQA_DECODER 1
......@@ -1327,6 +1333,7 @@
#define CONFIG_H261_ENCODER 1
#define CONFIG_H263_ENCODER 1
#define CONFIG_H263P_ENCODER 1
#define CONFIG_HAP_ENCODER 0
#define CONFIG_HUFFYUV_ENCODER 1
#define CONFIG_JPEG2000_ENCODER 1
#define CONFIG_JPEGLS_ENCODER 1
......
......@@ -347,8 +347,14 @@
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin.c">
</ClCompile>
<ClCompile Include="..\libavcodec\snappy.c">
</ClCompile>
<ClCompile Include="..\libavcodec\startcode.c">
</ClCompile>
<ClCompile Include="..\libavcodec\texturedsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\texturedspenc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\tpeldsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\videodsp.c">
......@@ -588,6 +594,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\dcaenc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\dds.c">
</ClCompile>
<ClCompile Include="..\libavcodec\diracdec.c">
</ClCompile>
<ClCompile Include="..\libavcodec\dirac.c">
......@@ -784,6 +792,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\qsvenc_h264.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hapdec.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hevc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hevc_mvs.c">
......@@ -1196,8 +1206,6 @@
</ClCompile>
<ClCompile Include="..\libavcodec\txd.c">
</ClCompile>
<ClCompile Include="..\libavcodec\s3tc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\ulti.c">
</ClCompile>
<ClCompile Include="..\libavcodec\utvideodec.c">
......
......@@ -533,9 +533,18 @@
<ClCompile Include="..\libavcodec\sinewin.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\snappy.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\startcode.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\texturedsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\texturedspenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\tpeldsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -887,6 +896,9 @@
<ClCompile Include="..\libavcodec\dcaenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\dds.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\diracdec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1178,6 +1190,9 @@
<ClCompile Include="..\libavcodec\qsvenc_h264.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\hapdec.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\hevc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1784,9 +1799,6 @@
<ClCompile Include="..\libavcodec\txd.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\s3tc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ulti.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册