# HG changeset patch # User reimar # Date 1296241587 0 # Node ID 53e29c645d4e6ddb31fd672bc87e111514a1bb0e # Parent abcf963fbd2cecc48beff24c0ec7496fa002a5a9 Disable libmpcdec (musepack) support, FFmpeg has a decoder that works better for us and is used by default. diff -r abcf963fbd2c -r 53e29c645d4e configure --- a/configure Thu Jan 27 20:51:11 2011 +0000 +++ b/configure Fri Jan 28 19:06:27 2011 +0000 @@ -404,7 +404,7 @@ --disable-liba52 disable liba52 [autodetect] --disable-libmpeg2 disable libmpeg2 [autodetect] --disable-libmpeg2-internal disable builtin libmpeg2 [autodetect] - --disable-musepack disable musepack support [autodetect] + --enable-musepack enable libmpcdec support (deprecated in favour of libavcodec) [disabled] --disable-libopencore_amrnb disable libopencore_amr narrowband [autodetect] --disable-libopencore_amrwb disable libopencore_amr wideband [autodetect] --disable-libopenjpeg disable OpenJPEG (JPEG2000) input/output support [autodetect] @@ -806,7 +806,7 @@ _inet6=auto _gethostbyname2=auto _ftp=auto -_musepack=auto +_musepack=no _vstream=auto _pthreads=auto _w32threads=auto @@ -6503,7 +6503,7 @@ echores "$_libdca" echocheck "libmpcdec (musepack, version >= 1.2.1 required)" -if test "$_musepack" = auto ; then +if test "$_musepack" = yes ; then _musepack=no cat > $TMPC << EOF #include