From d93e63908659a9601ee29269606500ded088175e Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 27 Oct 2002 01:12:10 +0000 Subject: patch #628997 support for ogg vorbis instead of cd tracks by Daniel Schepler. Uncomment the relevant lines in the makefile to use svn-id: r5320 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba10342c87..3f3840a971 100644 --- a/Makefile +++ b/Makefile @@ -36,9 +36,13 @@ OBJS = # DEFINES += -DDUMP_SCRIPTS # Uncomment this to activate the MAD lib for compressed sound files -DEFINES += -DCOMPRESSED_SOUND_FILE +DEFINES += -DUSE_MAD LIBS += -lmad +# Uncomment this to activate the Ogg Vorbis lib for compressed sound files +# DEFINES += -DUSE_VORBIS +# LIBS += -lvorbisfile -lvorbis + # Uncomment this to activate the ALSA lib for midi # DEFINES += -DUSE_ALSA # LIBS += -lasound -- cgit v1.2.3