Mercurial > mplayer.hg
changeset 32739:53e29c645d4e
Disable libmpcdec (musepack) support, FFmpeg has a decoder that
works better for us and is used by default.
author | reimar |
---|---|
date | Fri, 28 Jan 2011 19:06:27 +0000 |
parents | abcf963fbd2c |
children | 01e248c1b369 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stddef.h>