From 89dea5438266ef3389e5e86310d778c64bb6b59c Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Wed, 27 Dec 2017 09:38:55 +0900 Subject: updated sdl --- sdl/unix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdl/unix/Makefile') diff --git a/sdl/unix/Makefile b/sdl/unix/Makefile index 274f40d..f7f7599 100644 --- a/sdl/unix/Makefile +++ b/sdl/unix/Makefile @@ -16,8 +16,8 @@ OBJS+=fft.o TARGET:=fmplayersdl CFLAGS:=-Wall -Wextra -O2 -g -CFLAGS+=-DPACC_GL_3 -#CFLAGS+=-DPACC_GL_ES +#CFLAGS+=-DPACC_GL_3 +CFLAGS+=-DPACC_GL_ES #CFLAGS+=-DPACC_GL_ES -DPACC_GL_3 CFLAGS+=-I.. -I../.. CFLAGS+=$(shell $(SDLCONFIG) --cflags) -- cgit v1.2.3