[FFmpeg-cvslog] configure: add missing dependancies for gpl tests

Michael Niedermayer git at videolan.org
Fri Sep 28 05:43:56 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Sep 28 05:25:22 2012 +0200| [4fefe91a33956007f17cfd6e0c5ee1cb3a3f36d8] | committer: Michael Niedermayer

configure: add missing dependancies for gpl tests

fixes fate without --enable-gpl

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 configure |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index d2d3a66..10c3cec 100755
--- a/configure
+++ b/configure
@@ -1921,6 +1921,9 @@ showspectrum_filter_deps="avcodec"
 super2xsai_filter_deps="gpl"
 tinterlace_filter_deps="gpl"
 yadif_filter_deps="gpl"
+pixfmts_super2xsai_test_deps="super2xsai_filter"
+tinterlace_merge_test_deps="tinterlace_filter"
+tinterlace_pad_test_deps="tinterlace_filter"
 
 # libraries
 avdevice_deps="avcodec avformat"



More information about the ffmpeg-cvslog mailing list