提交 079d68f9 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 d5cbc578
......@@ -717,7 +717,6 @@
%define CONFIG_HQX_DECODER 1
%define CONFIG_HUFFYUV_DECODER 1
%define CONFIG_IDCIN_DECODER 1
%define CONFIG_IFF_BYTERUN1_DECODER 1
%define CONFIG_IFF_ILBM_DECODER 1
%define CONFIG_INDEO2_DECODER 1
%define CONFIG_INDEO3_DECODER 1
......@@ -1652,6 +1651,7 @@
%define CONFIG_SCALE_FILTER 1
%define CONFIG_SCALE2REF_FILTER 1
%define CONFIG_SELECT_FILTER 1
%define CONFIG_SELECTIVECOLOR_FILTER 1
%define CONFIG_SENDCMD_FILTER 1
%define CONFIG_SEPARATEFIELDS_FILTER 1
%define CONFIG_SETDAR_FILTER 1
......
......@@ -768,7 +768,6 @@
#define CONFIG_HQX_DECODER 1
#define CONFIG_HUFFYUV_DECODER 1
#define CONFIG_IDCIN_DECODER 1
#define CONFIG_IFF_BYTERUN1_DECODER 1
#define CONFIG_IFF_ILBM_DECODER 1
#define CONFIG_INDEO2_DECODER 1
#define CONFIG_INDEO3_DECODER 1
......@@ -1703,6 +1702,7 @@
#define CONFIG_SCALE_FILTER 1
#define CONFIG_SCALE2REF_FILTER 1
#define CONFIG_SELECT_FILTER 1
#define CONFIG_SELECTIVECOLOR_FILTER 1
#define CONFIG_SENDCMD_FILTER 1
#define CONFIG_SEPARATEFIELDS_FILTER 1
#define CONFIG_SETDAR_FILTER 1
......
......@@ -419,6 +419,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_scale.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_selectivecolor.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_aspect.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_setfield.c">
......
......@@ -569,6 +569,9 @@
<ClCompile Include="..\libavfilter\vf_scale.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_selectivecolor.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_aspect.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
......@@ -70,7 +70,6 @@ EXPORTS
av_crc
av_crc_get_table
av_crc_init
av_ctz
av_d2q
av_d2str
av_default_get_category
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册