X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2FMakefile;h=fb879f4db361f4ec45ca05aa56c60331dab2914e;hp=a5ca5f3a08c2067b90dee8b076daabf076522fd8;hb=c2502333b2e56e520bb9ecc2f931a639eee415d7;hpb=1f219c7b8a6f2b7a70f595ccdfe419ea034c9411 diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index a5ca5f3a..fb879f4d 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -1,20 +1,19 @@ CFLAGS += -Wall -ggdb -O2 CFLAGS += -fno-strict-aliasing -ffast-math -# ugh -CFLAGS += -I../../libpcsxcore +CFLAGS += -I../../include include ../../config.mak SRC_STANDALONE += gpu.c SRC_GPULIB += gpulib_if.c -ifeq "$(ARCH)" "arm" +#ifeq "$(ARCH)" "arm" SRC_STANDALONE += draw_pl.c -else -SRC_STANDALONE += draw.c -LDLIBS_STANDALONE += -lX11 -lXv -endif +#else +#SRC_STANDALONE += draw.c +#LDLIBS_STANDALONE += -lX11 -lXv -lXext +#endif -BIN_STANDLALONE = gpuPEOPS.so +#BIN_STANDALONE = gpuPEOPS.so BIN_GPULIB = gpu_peops.so include ../gpulib/gpulib.mak