X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2FMakefile;h=580e735c5d8246b077eecd69cc043095d6d4d3f5;hp=b6cc756d968013061fba8a2e2be022c52a792560;hb=da710571b75db7031b82924ab3ad47eb645ce215;hpb=4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index b6cc756d..580e735c 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -1,7 +1,6 @@ CFLAGS += -Wall -ggdb -O2 CFLAGS += -fno-strict-aliasing -ffast-math -# ugh -CFLAGS += -I../../libpcsxcore +CFLAGS += -I../../include include ../../config.mak @@ -9,10 +8,10 @@ SRC_STANDALONE += gpu.c SRC_GPULIB += gpulib_if.c ifeq "$(ARCH)" "arm" -SRC_STANDALONE += draw_fb.c +SRC_STANDALONE += draw_pl.c else SRC_STANDALONE += draw.c -LDLIBS_STANDALONE += -lX11 -lXv +LDLIBS_STANDALONE += -lX11 -lXv -lXext endif BIN_STANDLALONE = gpuPEOPS.so