From: notaz Date: Sun, 16 Dec 2012 17:51:04 +0000 (+0200) Subject: dfxvideo: don't build Xv version (no longer used) X-Git-Tag: r18~45 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=28e4cc07117508ff10e13647490bfeb442d5667f;hp=70d56ca34a084bf613247c027f58b58055d75ecd dfxvideo: don't build Xv version (no longer used) --- diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile index 580e735c..ee7c4dca 100644 --- a/plugins/dfxvideo/Makefile +++ b/plugins/dfxvideo/Makefile @@ -7,12 +7,12 @@ 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