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

project: Update for recent upstream merge.

上级 206d203f
......@@ -271,6 +271,8 @@
%define HAVE_COPYSIGN 1
%define HAVE_COSF 1
%define HAVE_ERF 1
%define HAVE_EXP10 1
%define HAVE_EXP10F 1
%define HAVE_EXP2 1
%define HAVE_EXP2F 1
%define HAVE_EXPF 1
......@@ -1533,7 +1535,7 @@
%define CONFIG_ACROSSFADE_FILTER 1
%define CONFIG_ADELAY_FILTER 1
%define CONFIG_AECHO_FILTER 1
%define CONFIG_AEMPHASIS_FILTER 0
%define CONFIG_AEMPHASIS_FILTER 1
%define CONFIG_AEVAL_FILTER 1
%define CONFIG_AFADE_FILTER 1
%define CONFIG_AFORMAT_FILTER 1
......
......@@ -301,6 +301,8 @@
#define HAVE_COPYSIGN 1
#define HAVE_COSF 1
#define HAVE_ERF 1
#define HAVE_EXP10 1
#define HAVE_EXP10F 1
#define HAVE_EXP2 1
#define HAVE_EXP2F 1
#define HAVE_EXPF 1
......@@ -1583,7 +1585,7 @@
#define CONFIG_ACROSSFADE_FILTER 1
#define CONFIG_ADELAY_FILTER 1
#define CONFIG_AECHO_FILTER 1
#define CONFIG_AEMPHASIS_FILTER 0
#define CONFIG_AEMPHASIS_FILTER 1
#define CONFIG_AEVAL_FILTER 1
#define CONFIG_AFADE_FILTER 1
#define CONFIG_AFORMAT_FILTER 1
......
......@@ -108,6 +108,7 @@
<ClCompile Include="..\libavfilter\af_afade.c" />
<ClCompile Include="..\libavfilter\af_adelay.c" />
<ClCompile Include="..\libavfilter\af_aecho.c" />
<ClCompile Include="..\libavfilter\af_aemphasis.c" />
<ClCompile Include="..\libavfilter\aeval.c" />
<ClCompile Include="..\libavfilter\af_aformat.c" />
<ClCompile Include="..\libavfilter\af_agate.c" />
......
......@@ -144,6 +144,9 @@
<ClCompile Include="..\libavfilter\af_aecho.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_aemphasis.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\aeval.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册