From fc91fed21ea71c50273c7c09f88e8d634c1e444e Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 30 Dec 2004 12:11:32 +0000 Subject: internal Tremor decoder for Ogg/Vorbis git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14281 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3f52f13ca..795a885068 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,9 @@ endif ifeq ($(LIBMENU),yes) PARTS += libmenu endif +ifeq ($(TREMOR),yes) +PARTS += tremor +endif ALL_PRG = $(PRG) ifeq ($(MENCODER),yes) @@ -100,6 +103,10 @@ endif 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 @@ libfaad2/libfaad2.a: mp3lib/libMP3.a: $(MAKE) -C mp3lib +tremor/libvorbisidec.a: + $(MAKE) -C tremor + libdha/libdha.so: $(MAKE) -C libdha -- cgit v1.2.3