Mercurial > mplayer.hg
diff Makefile @ 14280:8631a3803289
internal Tremor decoder for Ogg/Vorbis
author | henry |
---|---|
date | Thu, 30 Dec 2004 12:11:32 +0000 |
parents | 815f03b7cee5 |
children | 577c16f551ad |
line wrap: on
line diff
--- a/Makefile Wed Dec 29 23:26:01 2004 +0000 +++ b/Makefile Thu Dec 30 12:11:32 2004 +0000 @@ -77,6 +77,9 @@ ifeq ($(LIBMENU),yes) PARTS += libmenu endif +ifeq ($(TREMOR),yes) +PARTS += tremor +endif ALL_PRG = $(PRG) ifeq ($(MENCODER),yes) @@ -100,6 +103,10 @@ ifeq ($(INTERNAL_FAAD),yes) COMMON_DEPS += libfaad2/libfaad2.a endif +ifeq ($(TREMOR),yes) +COMMON_DEPS += tremor/libvorbisidec.a +COMMON_LIBS += tremor/libvorbisidec.a +endif ifeq ($(VIDIX),yes) COMMON_DEPS += libdha/libdha.so vidix/libvidix.a endif @@ -184,6 +191,9 @@ mp3lib/libMP3.a: $(MAKE) -C mp3lib +tremor/libvorbisidec.a: + $(MAKE) -C tremor + libdha/libdha.so: $(MAKE) -C libdha