Add FLAC option

svn-id: r13006
This commit is contained in:
Travis Howell 2004-02-23 11:10:57 +00:00
parent 179ad3b845
commit 8b0bfb6206

View File

@ -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