Просмотр исходного кода

libavfilter does not depend on libswscale, only the scale filter does.

Originally committed as revision 26203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Carl Eugen Hoyos 14 лет назад
Родитель
Сommit
ba76378393
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      configure

+ 1 - 1
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"