[FFmpeg-devel] [PATCH] configure: add dependencies for colormatrix test.

Nicolas George nicolas.george at normalesup.org
Sun Apr 15 13:11:05 CEST 2012


Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Fixes FATE without --enable-gpl.


diff --git a/configure b/configure
index 374a149..a70f3fc 100755
--- a/configure
+++ b/configure
@@ -1806,6 +1806,8 @@ test_deps _muxer _demuxer                                               \
     yuv4mpegpipe=yuv4mpeg                                               \
 
 ac3_fixed_test_deps="ac3_fixed_encoder ac3_decoder"
+colormatrix1_test_deps="colormatrix_filter"
+colormatrix2_test_deps="colormatrix_filter"
 flashsv2_test_deps="zlib"
 mpg_test_deps="mpeg1system_muxer mpegps_demuxer"
 mpng_test_deps="zlib"
-- 
1.7.2.5



More information about the ffmpeg-devel mailing list