From fafb459b3594f8b716ea9aa34f0fcf9168849bdb Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 7 Aug 2006 20:58:39 +0000 Subject: cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19357 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f4c5ee03f6..197695e5bb 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ endif ifeq ($(LIBMENU),yes) PARTS += libmenu endif -ifeq ($(TREMOR),yes) +ifeq ($(TREMOR_INTERNAL),yes) PARTS += tremor endif @@ -221,7 +221,7 @@ endif 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 -- cgit v1.2.3