Mercurial > mplayer.hg
changeset 19348:c4104abaaf46
cosmetics: Rename some variables for consistency.
author | diego |
---|---|
date | Mon, 07 Aug 2006 08:57:43 +0000 |
parents | b176b5b7ff7c |
children | dd724d088ff1 |
files | Makefile configure libmpcodecs/ad_faad.c |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Aug 07 08:20:27 2006 +0000 +++ b/Makefile Mon Aug 07 08:57:43 2006 +0000 @@ -162,7 +162,7 @@ ifeq ($(LIBMPEG2),yes) PARTS += libmpeg2 endif -ifeq ($(INTERNAL_FAAD),yes) +ifeq ($(FAAD_INTERNAL),yes) COMMON_LIBS += libfaad2/libfaad2.a PARTS += libfaad2 endif @@ -218,7 +218,7 @@ COMMON_DEPS += libmpeg2/libmpeg2.a COMMON_LIBS += libmpeg2/libmpeg2.a endif -ifeq ($(INTERNAL_FAAD),yes) +ifeq ($(FAAD_INTERNAL),yes) COMMON_DEPS += libfaad2/libfaad2.a endif ifeq ($(TREMOR),yes)
--- a/configure Mon Aug 07 08:20:27 2006 +0000 +++ b/configure Mon Aug 07 08:57:43 2006 +0000 @@ -5810,12 +5810,12 @@ fi if test "$_faad_internal" = yes ; then - _def_faad_internal="#define USE_INTERNAL_FAAD 1" + _def_faad_internal="#define USE_FAAD_INTERNAL 1" _faad=yes elif test "$_faad_external" = yes ; then _faad=yes else - _def_faad_internal="#undef USE_INTERNAL_FAAD" + _def_faad_internal="#undef USE_FAAD_INTERNAL" _faad=no fi @@ -7398,7 +7398,7 @@ LIBTHEORA = $_theora THEORA_LIB = $_ld_theora FAAD_LIB = $_ld_faad -INTERNAL_FAAD = $_faad_internal +FAAD_INTERNAL = $_faad_internal LIBSMBCLIENT = $_smbsupport SMBSUPPORT_LIB = $_ld_smb XMMS_PLUGINS = $_xmms