Mercurial > mplayer.hg
comparison configure @ 5755:4593e6189c20
more infos
author | jaf |
---|---|
date | Sun, 21 Apr 2002 02:44:25 +0000 |
parents | c96c7633dfa8 |
children | 578a48174545 |
comparison
equal
deleted
inserted
replaced
5754:db8764171482 | 5755:4593e6189c20 |
---|---|
2577 cc_check $_madlibdir -lmad && _mad=yes | 2577 cc_check $_madlibdir -lmad && _mad=yes |
2578 fi | 2578 fi |
2579 if test "$_mad" = yes ; then | 2579 if test "$_mad" = yes ; then |
2580 _def_mad='#define USE_LIBMAD 1' | 2580 _def_mad='#define USE_LIBMAD 1' |
2581 _ld_mad='-lmad' | 2581 _ld_mad='-lmad' |
2582 _codecmodules="libmad $_codecmodules" | |
2582 else | 2583 else |
2583 _def_mad='#undef USE_LIBMAD' | 2584 _def_mad='#undef USE_LIBMAD' |
2585 _nocodecmodules="libmad $_codecmodules" | |
2584 fi | 2586 fi |
2585 echores "$_mad" | 2587 echores "$_mad" |
2586 | 2588 |
2587 | 2589 |
2588 echocheck "OggVorbis support" | 2590 echocheck "OggVorbis support" |
2595 cc_check -lvorbis -logg -lm && _vorbis=yes | 2597 cc_check -lvorbis -logg -lm && _vorbis=yes |
2596 fi | 2598 fi |
2597 if test "$_vorbis" = yes ; then | 2599 if test "$_vorbis" = yes ; then |
2598 _def_vorbis='#define HAVE_OGGVORBIS 1' | 2600 _def_vorbis='#define HAVE_OGGVORBIS 1' |
2599 _ld_vorbis='-lvorbis -logg' | 2601 _ld_vorbis='-lvorbis -logg' |
2602 _codecmodules="libvorbis $_codecmodules" | |
2600 else | 2603 else |
2601 _def_vorbis='#undef HAVE_OGGVORBIS' | 2604 _def_vorbis='#undef HAVE_OGGVORBIS' |
2605 _nocodecmodules="libvorbis $_codecmodules" | |
2602 fi | 2606 fi |
2603 echores "$_vorbis" | 2607 echores "$_vorbis" |
2604 | 2608 |
2605 | 2609 |
2606 echocheck "FAAD (AAC) support" | 2610 echocheck "FAAD (AAC) support" |