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

projects: Update for recent upstream merge.

上级 fe6a82b5
......@@ -836,6 +836,7 @@
%define CONFIG_ZLIB_DECODER 1
%define CONFIG_ZMBV_DECODER 1
%define CONFIG_AAC_DECODER 1
%define CONFIG_AAC_FIXED_DECODER 1
%define CONFIG_AAC_LATM_DECODER 1
%define CONFIG_AC3_DECODER 1
%define CONFIG_AC3_FIXED_DECODER 1
......@@ -1443,6 +1444,8 @@
%define CONFIG_NVENC_ENCODER 1
%define CONFIG_NVENC_H264_ENCODER 1
%define CONFIG_NVENC_HEVC_ENCODER 1
%define CONFIG_HEVC_QSV_ENCODER 1
%define CONFIG_MPEG2_QSV_ENCODER 1
%define CONFIG_ADELAY_FILTER 1
%define CONFIG_AECHO_FILTER 1
%define CONFIG_AEVAL_FILTER 1
......
......@@ -883,6 +883,7 @@
#define CONFIG_ZLIB_DECODER 1
#define CONFIG_ZMBV_DECODER 1
#define CONFIG_AAC_DECODER 1
#define CONFIG_AAC_FIXED_DECODER 1
#define CONFIG_AAC_LATM_DECODER 1
#define CONFIG_AC3_DECODER 1
#define CONFIG_AC3_FIXED_DECODER 1
......@@ -1490,6 +1491,8 @@
#define CONFIG_NVENC_ENCODER 1
#define CONFIG_NVENC_H264_ENCODER 1
#define CONFIG_NVENC_HEVC_ENCODER 1
#define CONFIG_HEVC_QSV_ENCODER 1
#define CONFIG_MPEG2_QSV_ENCODER 1
#define CONFIG_ADELAY_FILTER 1
#define CONFIG_AECHO_FILTER 1
#define CONFIG_AEVAL_FILTER 1
......
......@@ -347,6 +347,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin.c">
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin_fixed.c">
</ClCompile>
<ClCompile Include="..\libavcodec\snappy.c">
</ClCompile>
<ClCompile Include="..\libavcodec\startcode.c">
......@@ -390,6 +392,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\aacpsdsp.c">
</ClCompile>
<ClCompile Include="..\libavcodec\aacdec_fixed.c">
</ClCompile>
<ClCompile Include="..\libavcodec\aacenc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\aaccoder.c">
......@@ -814,6 +818,12 @@
</ClCompile>
<ClCompile Include="..\libavcodec\hevc_filter.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hevc_parse.c">
</ClCompile>
<ClCompile Include="..\libavcodec\qsvenc_hevc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hevc_ps_enc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hnm4video.c">
</ClCompile>
<ClCompile Include="..\libavcodec\hq_hqa.c">
......@@ -942,6 +952,8 @@
</ClCompile>
<ClCompile Include="..\libavcodec\mpeg12enc.c">
</ClCompile>
<ClCompile Include="..\libavcodec\qsvenc_mpeg2.c">
</ClCompile>
<ClCompile Include="..\libavcodec\xvididct.c">
<ObjectFileName>$(IntDir)\libavcodec_xvididct.obj</ObjectFileName>
</ClCompile>
......
......@@ -533,6 +533,9 @@
<ClCompile Include="..\libavcodec\sinewin.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\sinewin_fixed.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\snappy.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -593,6 +596,9 @@
<ClCompile Include="..\libavcodec\aacpsdsp.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\aacdec_fixed.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\aacenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1223,6 +1229,15 @@
<ClCompile Include="..\libavcodec\hevc_filter.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\hevc_parse.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\qsvenc_hevc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\hevc_ps_enc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\hnm4video.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1412,6 +1427,9 @@
<ClCompile Include="..\libavcodec\mpeg12enc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\qsvenc_mpeg2.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\xvididct.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册