From 4b99f12fe60157ef195e25b7653786334ea305ba Mon Sep 17 00:00:00 2001 From: James Brown Date: Fri, 7 Feb 2003 19:26:03 +0000 Subject: Oops svn-id: r6591 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 758ba2d491..73783df55d 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ OBJS := ####################################################################### # Uncomment this to activate the MAD lib for compressed sound files -#DEFINES += -DUSE_MAD -#LIBS += -lmad +DEFINES += -DUSE_MAD +LIBS += -lmad # Uncomment this to activate the Ogg Vorbis lib for compressed sound files # DEFINES += -DUSE_VORBIS -- cgit v1.2.3