diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-12-02 14:42:47 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-12-02 14:42:47 +0900 |
commit | 00f1d8d6cacf48139b976f3a25c040d51e1abe74 (patch) | |
tree | 92462ead9fa0483e885f361adf7ed4e72217f219 /sdl/unix | |
parent | e3026d0792b4ff154cc6a53bfb8120ede6bf6197 (diff) |
updated sdl
Diffstat (limited to 'sdl/unix')
-rw-r--r-- | sdl/unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl/unix/Makefile b/sdl/unix/Makefile index 274f40d..601dd41 100644 --- a/sdl/unix/Makefile +++ b/sdl/unix/Makefile @@ -16,6 +16,7 @@ OBJS+=fft.o TARGET:=fmplayersdl CFLAGS:=-Wall -Wextra -O2 -g +CFLAGS+=-DLIBOPNA_ENABLE_LEVELDATA CFLAGS+=-DPACC_GL_3 #CFLAGS+=-DPACC_GL_ES #CFLAGS+=-DPACC_GL_ES -DPACC_GL_3 |