Commit 3f89d9c0 authored by Anuradha Suraparaju's avatar Anuradha Suraparaju Committed by Diego Biurrun

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
parent e680989d
......@@ -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 &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment