Mercurial > mplayer.hg
diff Makefile @ 19351:317f91100cb1
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
author | diego |
---|---|
date | Mon, 07 Aug 2006 20:58:39 +0000 |
parents | c4104abaaf46 |
children | a917f318c1b7 |
line wrap: on
line diff
--- 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