提交 4eda1e86 编写于 作者: M Matt Oliver

projects: Update for recent merge.

上级 8a273669
......@@ -1645,6 +1645,7 @@
%define CONFIG_CROP_FILTER 1
%define CONFIG_CROPDETECT_FILTER 1
%define CONFIG_CURVES_FILTER 1
%define CONFIG_DATASCOPE_FILTER 1
%define CONFIG_DCTDNOIZ_FILTER 1
%define CONFIG_DEBAND_FILTER 1
%define CONFIG_DECIMATE_FILTER 1
......
......@@ -1695,6 +1695,7 @@
#define CONFIG_CROP_FILTER 1
#define CONFIG_CROPDETECT_FILTER 1
#define CONFIG_CURVES_FILTER 1
#define CONFIG_DATASCOPE_FILTER 1
#define CONFIG_DCTDNOIZ_FILTER 1
#define CONFIG_DEBAND_FILTER 1
#define CONFIG_DECIMATE_FILTER 1
......
......@@ -383,7 +383,6 @@
<ClCompile Include="..\libavcodec\pngenc.c" />
<ClCompile Include="..\libavcodec\assdec.c" />
<ClCompile Include="..\libavcodec\ass.c" />
<ClCompile Include="..\libavcodec\ass_split.c" />
<ClCompile Include="..\libavcodec\assenc.c" />
<ClCompile Include="..\libavcodec\asvdec.c" />
<ClCompile Include="..\libavcodec\asv.c" />
......@@ -632,6 +631,7 @@
<ClCompile Include="..\libavcodec\motionpixels.c" />
<ClCompile Include="..\libavcodec\movtextdec.c" />
<ClCompile Include="..\libavcodec\movtextenc.c" />
<ClCompile Include="..\libavcodec\ass_split.c" />
<ClCompile Include="..\libavcodec\mpegaudiodec_fixed.c" />
<ClCompile Include="..\libavcodec\mpegaudiodec_float.c" />
<ClCompile Include="..\libavcodec\mpegaudioenc_float.c" />
......
......@@ -825,9 +825,6 @@
<ClCompile Include="..\libavcodec\ass.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ass_split.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\assenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1530,6 +1527,9 @@
<ClCompile Include="..\libavcodec\movtextenc.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\ass_split.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\mpegaudiodec_fixed.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
......@@ -201,6 +201,7 @@
<ClCompile Include="..\libavfilter\vf_crop.c" />
<ClCompile Include="..\libavfilter\vf_cropdetect.c" />
<ClCompile Include="..\libavfilter\vf_curves.c" />
<ClCompile Include="..\libavfilter\vf_datascope.c" />
<ClCompile Include="..\libavfilter\vf_dctdnoiz.c" />
<ClCompile Include="..\libavfilter\vf_deband.c" />
<ClCompile Include="..\libavfilter\vf_decimate.c" />
......
......@@ -411,6 +411,9 @@
<ClCompile Include="..\libavfilter\vf_curves.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_datascope.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_dctdnoiz.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册