aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo
diff options
context:
space:
mode:
authornotaz2012-12-16 19:51:04 +0200
committernotaz2012-12-16 19:51:04 +0200
commit28e4cc07117508ff10e13647490bfeb442d5667f (patch)
tree580848996852396c0827d038fb3809d95982d6fa /plugins/dfxvideo
parent70d56ca34a084bf613247c027f58b58055d75ecd (diff)
downloadpcsx_rearmed-28e4cc07117508ff10e13647490bfeb442d5667f.tar.gz
pcsx_rearmed-28e4cc07117508ff10e13647490bfeb442d5667f.tar.bz2
pcsx_rearmed-28e4cc07117508ff10e13647490bfeb442d5667f.zip
dfxvideo: don't build Xv version (no longer used)
Diffstat (limited to 'plugins/dfxvideo')
-rw-r--r--plugins/dfxvideo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile
index 580e735..ee7c4dc 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