X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2FMakefile;h=ee7c4dcae1eb81817303004d58c187850f814c18;hp=250cc49317e4b914382fe53ad8b46dcb9276d2b0;hb=28e4cc07117508ff10e13647490bfeb442d5667f;hpb=22fa3f2b3d09f3694f938ca895d447a30ec96f25 diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index 250cc493..ee7c4dca 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -1,19 +1,18 @@ 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 -lXext -endif +#else +#SRC_STANDALONE += draw.c +#LDLIBS_STANDALONE += -lX11 -lXv -lXext +#endif BIN_STANDLALONE = gpuPEOPS.so BIN_GPULIB = gpu_peops.so