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=580e735c5d8246b077eecd69cc043095d6d4d3f5;hb=e83c4fdcf2b4578bfd7196c89e55b01aebd4da04;hpb=da710571b75db7031b82924ab3ad47eb645ce215;ds=sidebyside diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index 580e735c..fb879f4d 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -7,13 +7,13 @@ 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_STANDALONE = gpuPEOPS.so BIN_GPULIB = gpu_peops.so include ../gpulib/gpulib.mak