aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.mingw4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index b2304981b3..3fff8bcac2 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -48,6 +48,10 @@ LIBS += -lmpeg2
DEFINES += -DUSE_ZLIB
LIBS += -lz
+# Uncomment this to activate the FLAC lib for compressed sound files
+DEFINES += -USE_FLAC
+LIBS += -lflac
+
# Uncomment this to activate the MAD lib for compressed sound files
DEFINES += -DUSE_MAD
LIBS += -lmad