aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2004-03-17 08:14:36 +0000
committerTravis Howell2004-03-17 08:14:36 +0000
commit039522aa1468a53c34d907ba3e76a874ba170e68 (patch)
tree249ac3354774a0ab72756c67ff2292c3f88e90bb /Makefile.mingw
parentaff5b4bc4b26bf9f1ecca49f55b14871ad67ab3c (diff)
downloadscummvm-rg350-039522aa1468a53c34d907ba3e76a874ba170e68.tar.gz
scummvm-rg350-039522aa1468a53c34d907ba3e76a874ba170e68.tar.bz2
scummvm-rg350-039522aa1468a53c34d907ba3e76a874ba170e68.zip
Typo
svn-id: r13328
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index a9209c9607..174eb2eaea 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -49,7 +49,7 @@ DEFINES += -DUSE_ZLIB
LIBS += -lz
# Uncomment this to activate the FLAC lib for compressed sound files
-DEFINES += -USE_FLAC
+DEFINES += -DUSE_FLAC
LIBS += -lflac
# Uncomment this to activate the MAD lib for compressed sound files