diff options
-rw-r--r-- | Makefile.mingw | 2 |
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 |