提交 8fb1f18d 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 057fb17e
......@@ -1724,6 +1724,7 @@
%define CONFIG_FIREQUALIZER_FILTER 1
%define CONFIG_FLANGER_FILTER 1
%define CONFIG_HDCD_FILTER 1
%define CONFIG_HEADPHONE_FILTER 1
%define CONFIG_HIGHPASS_FILTER 1
%define CONFIG_JOIN_FILTER 1
%define CONFIG_LADSPA_FILTER 0
......
......@@ -1781,6 +1781,7 @@
#define CONFIG_FIREQUALIZER_FILTER 1
#define CONFIG_FLANGER_FILTER 1
#define CONFIG_HDCD_FILTER 1
#define CONFIG_HEADPHONE_FILTER 1
#define CONFIG_HIGHPASS_FILTER 1
#define CONFIG_JOIN_FILTER 1
#define CONFIG_LADSPA_FILTER 0
......
......@@ -38,6 +38,7 @@
<ClCompile Include="..\cmdutils.c" />
<ClCompile Include="..\ffmpeg_opt.c" />
<ClCompile Include="..\ffmpeg_filter.c" />
<ClCompile Include="..\ffmpeg_hw.c" />
<ClCompile Include="..\ffmpeg_qsv.c" />
<ClCompile Include="..\ffmpeg_cuvid.c" />
<ClCompile Include="..\ffmpeg_dxva2.c" />
......
......@@ -27,6 +27,9 @@
<ClCompile Include="..\ffmpeg_filter.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\ffmpeg_hw.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\ffmpeg_qsv.c">
<Filter>Source Files</Filter>
</ClCompile>
......
......@@ -168,6 +168,7 @@
<ClCompile Include="..\libavfilter\af_firequalizer.c" />
<ClCompile Include="..\libavfilter\af_flanger.c" />
<ClCompile Include="..\libavfilter\af_hdcd.c" />
<ClCompile Include="..\libavfilter\af_headphone.c" />
<ClCompile Include="..\libavfilter\af_join.c" />
<ClCompile Include="..\libavfilter\af_loudnorm.c" />
<ClCompile Include="..\libavfilter\ebur128.c" />
......
......@@ -327,6 +327,9 @@
<ClCompile Include="..\libavfilter\af_hdcd.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_headphone.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\af_join.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
......@@ -236,9 +236,13 @@ EXPORTS
av_hmac_update
av_hwdevice_ctx_alloc
av_hwdevice_ctx_create
av_hwdevice_ctx_create_derived
av_hwdevice_ctx_init
av_hwdevice_find_type_by_name
av_hwdevice_get_hwframe_constraints
av_hwdevice_get_type_name
av_hwdevice_hwconfig_alloc
av_hwdevice_iterate_types
av_hwframe_constraints_free
av_hwframe_ctx_alloc
av_hwframe_ctx_create_derived
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册