[FFmpeg-cvslog] r26203 - trunk/configure
cehoyos
subversion
Mon Jan 3 11:56:38 CET 2011
Author: cehoyos
Date: Mon Jan 3 11:56:37 2011
New Revision: 26203
Log:
libavfilter does not depend on libswscale, only the scale filter does.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jan 3 00:41:02 2011 (r26202)
+++ trunk/configure Mon Jan 3 11:56:37 2011 (r26203)
@@ -1413,13 +1413,13 @@ cropdetect_filter_deps="gpl"
frei0r_filter_deps="frei0r dlopen strtok_r"
frei0r_src_filter_deps="frei0r dlopen strtok_r"
hqdn3d_filter_deps="gpl"
+scale_filter_deps="swscale"
ocv_filter_deps="libopencv"
yadif_filter_deps="gpl"
# libraries
avdevice_deps="avcodec avformat"
avformat_deps="avcodec"
-avfilter_deps="swscale"
# programs
ffmpeg_deps="avcodec avformat swscale"
More information about the ffmpeg-cvslog
mailing list