[FFmpeg-cvslog] configure: Drop redundant mxf_d10 test dependency declaration

Diego Biurrun git at videolan.org
Fri Jul 13 00:56:59 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jul 10 22:17:26 2012 +0200| [7d605d51155a3e2d5a57a8c63feddd721003de92] | committer: Diego Biurrun

configure: Drop redundant mxf_d10 test dependency declaration

The mxf_d10 test depends on avconv, which depends on avfilter, so there
is no need to declare an avfilter dependency for the mxf_d10 test.

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

 configure |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 397be73..fd3a398 100755
--- a/configure
+++ b/configure
@@ -1599,7 +1599,6 @@ test_deps(){
     done
 }
 
-mxf_d10_test_deps="avfilter"
 seek_lavf_mxf_d10_test_deps="mxf_d10_test"
 
 test_deps _muxer _demuxer                                               \



More information about the ffmpeg-cvslog mailing list