X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2FMakefile;h=250cc49317e4b914382fe53ad8b46dcb9276d2b0;hp=b6cc756d968013061fba8a2e2be022c52a792560;hb=1b908f9e6e455d3eecf3b9a9236405c29764c0f8;hpb=4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index b6cc756d..250cc493 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -9,10 +9,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