diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-12-27 09:42:44 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-12-27 09:42:44 +0900 |
commit | 6775ab6c61b65e44d05eca4ffae488d9147ee31f (patch) | |
tree | cf7733196eeed3c66692b683cbbfedd86ba442ab /sdl/unix | |
parent | 89dea5438266ef3389e5e86310d778c64bb6b59c (diff) | |
parent | 00f1d8d6cacf48139b976f3a25c040d51e1abe74 (diff) |
merge sdl fix
Diffstat (limited to 'sdl/unix')
-rw-r--r-- | sdl/unix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sdl/unix/Makefile b/sdl/unix/Makefile index f7f7599..601dd41 100644 --- a/sdl/unix/Makefile +++ b/sdl/unix/Makefile @@ -16,8 +16,9 @@ OBJS+=fft.o TARGET:=fmplayersdl CFLAGS:=-Wall -Wextra -O2 -g -#CFLAGS+=-DPACC_GL_3 -CFLAGS+=-DPACC_GL_ES +CFLAGS+=-DLIBOPNA_ENABLE_LEVELDATA +CFLAGS+=-DPACC_GL_3 +#CFLAGS+=-DPACC_GL_ES #CFLAGS+=-DPACC_GL_ES -DPACC_GL_3 CFLAGS+=-I.. -I../.. CFLAGS+=$(shell $(SDLCONFIG) --cflags) |