1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Disable libdirac decoder if the faster libschroedinger decoder is available.

patch by Anuradha Suraparaju, anuradha rd.bbc.co uk

Originally committed as revision 13074 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Anuradha Suraparaju 2008-05-08 00:20:00 +00:00 committed by Diego Biurrun
parent e680989d7b
commit 3f89d9c000

3
configure vendored
View File

@ -1653,6 +1653,9 @@ enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -
# 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 &&