mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Enable mp3 audio support
svn-id: r3703
This commit is contained in:
parent
f167277a23
commit
7fb4cbfb67
@ -8,11 +8,11 @@ SDL_LIBS=-L$(SRC)/sdl/lib -lSDLmain -lSDL
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -g -Wno-multichar
|
||||
DEFINES = -DUSE_ADLIB
|
||||
DEFINES = -DUSE_ADLIB -DCOMPRESSED_SOUND_FILE
|
||||
LDFLAGS :=
|
||||
INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
|
||||
CPPFLAGS= $(DEFINES) $(INCLUDES)
|
||||
LIBS = -lmingw32 $(SDL_LIBS) -mwindows -mconsole
|
||||
LIBS = -lmingw32 $(SDL_LIBS) -lmad -mwindows -mconsole
|
||||
|
||||
EXEC=scummvm.exe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user