Mercurial > mplayer.hg
changeset 19351:317f91100cb1
cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
author | diego |
---|---|
date | Mon, 07 Aug 2006 20:58:39 +0000 |
parents | 40527c0a1387 |
children | 356757ca12cc |
files | Makefile configure |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
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