Mercurial > mplayer.hg
comparison configure @ 19348:c4104abaaf46
cosmetics: Rename some variables for consistency.
author | diego |
---|---|
date | Mon, 07 Aug 2006 08:57:43 +0000 |
parents | 5717347573b5 |
children | 317f91100cb1 |
comparison
equal
deleted
inserted
replaced
19347:b176b5b7ff7c | 19348:c4104abaaf46 |
---|---|
5808 cc_check $_ld_faad $_ld_lm && _faad_external=yes | 5808 cc_check $_ld_faad $_ld_lm && _faad_external=yes |
5809 fi | 5809 fi |
5810 fi | 5810 fi |
5811 | 5811 |
5812 if test "$_faad_internal" = yes ; then | 5812 if test "$_faad_internal" = yes ; then |
5813 _def_faad_internal="#define USE_INTERNAL_FAAD 1" | 5813 _def_faad_internal="#define USE_FAAD_INTERNAL 1" |
5814 _faad=yes | 5814 _faad=yes |
5815 elif test "$_faad_external" = yes ; then | 5815 elif test "$_faad_external" = yes ; then |
5816 _faad=yes | 5816 _faad=yes |
5817 else | 5817 else |
5818 _def_faad_internal="#undef USE_INTERNAL_FAAD" | 5818 _def_faad_internal="#undef USE_FAAD_INTERNAL" |
5819 _faad=no | 5819 _faad=no |
5820 fi | 5820 fi |
5821 | 5821 |
5822 if test "$_faad" = yes ; then | 5822 if test "$_faad" = yes ; then |
5823 _def_faad='#define HAVE_FAAD 1' | 5823 _def_faad='#define HAVE_FAAD 1' |
7396 VORBIS_LIB = $_ld_vorbis $_ld_libdv | 7396 VORBIS_LIB = $_ld_vorbis $_ld_libdv |
7397 SPEEX_LIB = $_ld_speex | 7397 SPEEX_LIB = $_ld_speex |
7398 LIBTHEORA = $_theora | 7398 LIBTHEORA = $_theora |
7399 THEORA_LIB = $_ld_theora | 7399 THEORA_LIB = $_ld_theora |
7400 FAAD_LIB = $_ld_faad | 7400 FAAD_LIB = $_ld_faad |
7401 INTERNAL_FAAD = $_faad_internal | 7401 FAAD_INTERNAL = $_faad_internal |
7402 LIBSMBCLIENT = $_smbsupport | 7402 LIBSMBCLIENT = $_smbsupport |
7403 SMBSUPPORT_LIB = $_ld_smb | 7403 SMBSUPPORT_LIB = $_ld_smb |
7404 XMMS_PLUGINS = $_xmms | 7404 XMMS_PLUGINS = $_xmms |
7405 XMMS_LIB = $_xmms_lib | 7405 XMMS_LIB = $_xmms_lib |
7406 MACOSX = $_macosx | 7406 MACOSX = $_macosx |