diff options
author | Travis Howell | 2004-02-23 11:10:57 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-23 11:10:57 +0000 |
commit | 8b0bfb620627ddda1a4b9295340c18777f73dc91 (patch) | |
tree | c40a80a6f6f40e05dc77bf875f6eae0b579159d1 | |
parent | 179ad3b845df131207c8ec7951d50df138a97c31 (diff) | |
download | scummvm-rg350-8b0bfb620627ddda1a4b9295340c18777f73dc91.tar.gz scummvm-rg350-8b0bfb620627ddda1a4b9295340c18777f73dc91.tar.bz2 scummvm-rg350-8b0bfb620627ddda1a4b9295340c18777f73dc91.zip |
Add FLAC option
svn-id: r13006
-rw-r--r-- | Makefile.mingw | 4 |
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 |