mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Add FLAC option
svn-id: r13006
This commit is contained in:
parent
179ad3b845
commit
8b0bfb6206
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user