# HG changeset patch # User diego # Date 1154984319 0 # Node ID 317f91100cb1d3bfed2d9d60d695e795d984a084 # Parent 40527c0a13879522487aa2aa219b50119f767c1c cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency. diff -r 40527c0a1387 -r 317f91100cb1 Makefile --- a/Makefile Mon Aug 07 17:46:20 2006 +0000 +++ b/Makefile Mon Aug 07 20:58:39 2006 +0000 @@ -185,7 +185,7 @@ ifeq ($(LIBMENU),yes) PARTS += libmenu endif -ifeq ($(TREMOR),yes) +ifeq ($(TREMOR_INTERNAL),yes) PARTS += tremor endif @@ -221,7 +221,7 @@ ifeq ($(FAAD_INTERNAL),yes) COMMON_DEPS += libfaad2/libfaad2.a endif -ifeq ($(TREMOR),yes) +ifeq ($(TREMOR_INTERNAL),yes) COMMON_DEPS += tremor/libvorbisidec.a COMMON_LIBS += tremor/libvorbisidec.a endif diff -r 40527c0a1387 -r 317f91100cb1 configure --- a/configure Mon Aug 07 17:46:20 2006 +0000 +++ b/configure Mon Aug 07 20:58:39 2006 +0000 @@ -7272,7 +7272,7 @@ MP3LIB = $_mp3lib LIBA52 = $_liba52 LIBMPEG2 = $_libmpeg2 -TREMOR = $_tremor_internal +TREMOR_INTERNAL = $_tremor_internal TREMOR_FLAGS = $_tremor_flags FAAD = $_faad