[FFmpeg-cvslog] build: add forgotten avcodec dependency in uspp

Clément Bœsch git at videolan.org
Fri Dec 12 01:57:05 CET 2014


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Fri Dec 12 01:45:49 2014 +0100| [df307debf274bc2b34ad14bb5c20d4c3c67cabe0] | committer: Clément Bœsch

build: add forgotten avcodec dependency in uspp

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df307debf274bc2b34ad14bb5c20d4c3c67cabe0
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 260497f..e2e3619 100755
--- a/configure
+++ b/configure
@@ -5416,6 +5416,7 @@ enabled scale_filter    && prepend avfilter_deps "swscale"
 enabled showspectrum_filter && prepend avfilter_deps "avcodec"
 enabled smartblur_filter    && prepend avfilter_deps "swscale"
 enabled subtitles_filter    && prepend avfilter_deps "avformat avcodec"
+enabled uspp_filter         && prepend avfilter_deps "avcodec"
 
 enabled lavfi_indev         && prepend avdevice_deps "avfilter"
 



More information about the ffmpeg-cvslog mailing list