[FFmpeg-cvslog] r13074 - trunk/configure

diego subversion
Thu May 8 02:20:00 CEST 2008


Author: diego
Date: Thu May  8 02:20:00 2008
New Revision: 13074

Log:
Disable libdirac decoder if the faster libschroedinger decoder is available.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu May  8 02:20:00 2008
@@ -1653,6 +1653,9 @@ enabled mlib       && require  mediaLib 
 # disable the native AC-3 decoder if liba52 is enabled
 enabled liba52 && disable ac3_decoder
 
+# disable the slower libdirac decoder if libschroedinger is enabled
+enabled libschroedinger && enabled libdirac && disable libdirac_decoder
+
 # libdc1394 check
 if enabled libdc1394; then
     { check_lib dc1394/dc1394.h dc1394_new -ldc1394 -lraw1394 &&




More information about the ffmpeg-cvslog mailing list