From: Carl Eugen Hoyos Date: Mon, 3 Jan 2011 10:56:37 +0000 (+0000) Subject: libavfilter does not depend on libswscale, only the scale filter does. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ba76378393cdf7d23486a571aea34b32e54cef80;p=ffmpeg libavfilter does not depend on libswscale, only the scale filter does. Originally committed as revision 26203 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 39836528998..d756477c76b 100755 --- a/configure +++ b/configure @@ -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"