diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |