Mercurial > mplayer.hg
comparison configure @ 13579:fc357e2c7328
fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102
author | reimar |
---|---|
date | Thu, 07 Oct 2004 09:31:16 +0000 |
parents | 20619c6203a0 |
children | c0bde085511c |
comparison
equal
deleted
inserted
replaced
13578:b33ee5b68414 | 13579:fc357e2c7328 |
---|---|
4987 echocheck "liba52 support" | 4987 echocheck "liba52 support" |
4988 if test "$_liba52" = yes ; then | 4988 if test "$_liba52" = yes ; then |
4989 _def_liba52='#define USE_LIBA52 1' | 4989 _def_liba52='#define USE_LIBA52 1' |
4990 _codecmodules="liba52 $_codecmodules" | 4990 _codecmodules="liba52 $_codecmodules" |
4991 else | 4991 else |
4992 _def_liba52'#undef USE_LIBA52' | 4992 _def_liba52='#undef USE_LIBA52' |
4993 _nocodecmodules="liba52 $_nocodecmodules" | 4993 _nocodecmodules="liba52 $_nocodecmodules" |
4994 fi | 4994 fi |
4995 echores "$_liba52" | 4995 echores "$_liba52" |
4996 | 4996 |
4997 echocheck "libdts support" | 4997 echocheck "libdts support" |
5017 echocheck "libmpeg2 support" | 5017 echocheck "libmpeg2 support" |
5018 if test "$_libmpeg2" = yes ; then | 5018 if test "$_libmpeg2" = yes ; then |
5019 _def_libmpeg2='#define USE_LIBMPEG2 1' | 5019 _def_libmpeg2='#define USE_LIBMPEG2 1' |
5020 _codecmodules="libmpeg2 $_codecmodules" | 5020 _codecmodules="libmpeg2 $_codecmodules" |
5021 else | 5021 else |
5022 _def_libmpeg2'#undef USE_LIBMPEG2' | 5022 _def_libmpeg2='#undef USE_LIBMPEG2' |
5023 _nocodecmodules="libmpeg2 $_nocodecmodules" | 5023 _nocodecmodules="libmpeg2 $_nocodecmodules" |
5024 fi | 5024 fi |
5025 echores "$_libmpeg2" | 5025 echores "$_libmpeg2" |
5026 | 5026 |
5027 | 5027 |
6291 LIBMENU = $_menu | 6291 LIBMENU = $_menu |
6292 I18NLIBS = $_i18n_libs | 6292 I18NLIBS = $_i18n_libs |
6293 MATROSKA = $_matroska_internal | 6293 MATROSKA = $_matroska_internal |
6294 | 6294 |
6295 OPENDIVX = $_opendivx | 6295 OPENDIVX = $_opendivx |
6296 | |
6297 MP3LIB = $_mp3lib | |
6298 LIBA52 = $_liba52 | |
6299 LIBMPEG2 = $_libmpeg2 | |
6296 | 6300 |
6297 UNRARLIB = $_unrarlib | 6301 UNRARLIB = $_unrarlib |
6298 HAVE_FFPOSTPROCESS = $_def_haveffpostprocess | 6302 HAVE_FFPOSTPROCESS = $_def_haveffpostprocess |
6299 PNG = $_mkf_png | 6303 PNG = $_mkf_png |
6300 JPEG = $_mkf_jpg | 6304 JPEG = $_mkf_jpg |