X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfxvideo%2FMakefile;h=ee7c4dcae1eb81817303004d58c187850f814c18;hb=b68bf5c238ef32ed93eb8935c5b0288da5b3ad67;hp=b6cc756d968013061fba8a2e2be022c52a792560;hpb=4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d;p=pcsx_rearmed.git diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index b6cc756d..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" -SRC_STANDALONE += draw_fb.c -else -SRC_STANDALONE += draw.c -LDLIBS_STANDALONE += -lX11 -lXv -endif +#ifeq "$(ARCH)" "arm" +SRC_STANDALONE += draw_pl.c +#else +#SRC_STANDALONE += draw.c +#LDLIBS_STANDALONE += -lX11 -lXv -lXext +#endif BIN_STANDLALONE = gpuPEOPS.so BIN_GPULIB = gpu_peops.so