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

projects: Update for recent upstream merge.

上级 41106427
......@@ -1464,6 +1464,7 @@
%define CONFIG_HEVC_QSV_ENCODER 1
%define CONFIG_LIBKVAZAAR_ENCODER 0
%define CONFIG_MPEG2_QSV_ENCODER 1
%define CONFIG_ACROSSFADE_FILTER 1
%define CONFIG_ADELAY_FILTER 1
%define CONFIG_AECHO_FILTER 1
%define CONFIG_AEVAL_FILTER 1
......
......@@ -1511,6 +1511,7 @@
#define CONFIG_HEVC_QSV_ENCODER 1
#define CONFIG_LIBKVAZAAR_ENCODER 0
#define CONFIG_MPEG2_QSV_ENCODER 1
#define CONFIG_ACROSSFADE_FILTER 1
#define CONFIG_ADELAY_FILTER 1
#define CONFIG_AECHO_FILTER 1
#define CONFIG_AEVAL_FILTER 1
......
......@@ -107,14 +107,14 @@
</ClCompile>
<ClCompile Include="..\libavfilter\avcodec.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_afade.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_adelay.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_aecho.c">
</ClCompile>
<ClCompile Include="..\libavfilter\aeval.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_afade.c">
</ClCompile>
<ClCompile Include="..\libavfilter\af_aformat.c">
</ClCompile>
<ClCompile Include="..\libavfilter\f_interleave.c">
......
......@@ -113,6 +113,9 @@
<ClCompile Include="..\libavfilter\avcodec.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_afade.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_adelay.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......@@ -122,9 +125,6 @@
<ClCompile Include="..\libavfilter\aeval.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_afade.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_aformat.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册