attempt to make gles plugin work under RPi
[pcsx_rearmed.git] / plugins / dfxvideo / Makefile
CommitLineData
4132e8ca 1CFLAGS += -Wall -ggdb -O2
2CFLAGS += -fno-strict-aliasing -ffast-math
da710571 3CFLAGS += -I../../include
4132e8ca 4
5include ../../config.mak
6
7SRC_STANDALONE += gpu.c
8SRC_GPULIB += gpulib_if.c
9
28e4cc07 10#ifeq "$(ARCH)" "arm"
1f219c7b 11SRC_STANDALONE += draw_pl.c
28e4cc07 12#else
13#SRC_STANDALONE += draw.c
14#LDLIBS_STANDALONE += -lX11 -lXv -lXext
15#endif
4132e8ca 16
17BIN_STANDLALONE = gpuPEOPS.so
18BIN_GPULIB = gpu_peops.so
19include ../gpulib/gpulib.mak