[MPlayer-cvslog] r19357 - in trunk: Makefile configure

diego subversion at mplayerhq.hu
Mon Aug 7 22:58:39 CEST 2006


Author: diego
Date: Mon Aug  7 22:58:39 2006
New Revision: 19357

Modified:
   trunk/Makefile
   trunk/configure

Log:
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Aug  7 22:58:39 2006
@@ -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

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Aug  7 22:58:39 2006
@@ -7272,7 +7272,7 @@
 MP3LIB = $_mp3lib
 LIBA52 = $_liba52
 LIBMPEG2 = $_libmpeg2
-TREMOR = $_tremor_internal
+TREMOR_INTERNAL = $_tremor_internal
 TREMOR_FLAGS = $_tremor_flags
 FAAD = $_faad
 



More information about the MPlayer-cvslog mailing list