aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/Makefile
diff options
context:
space:
mode:
authornotaz2013-02-06 03:55:22 +0200
committernotaz2013-02-06 03:55:22 +0200
commite83c4fdcf2b4578bfd7196c89e55b01aebd4da04 (patch)
tree8657f9f1b43d7bf6240f06403e5f5b2bb865009d /plugins/dfxvideo/Makefile
parent418caf437ed1af2880b013462b603e1ca1f28fb5 (diff)
downloadpcsx_rearmed-e83c4fdcf2b4578bfd7196c89e55b01aebd4da04.tar.gz
pcsx_rearmed-e83c4fdcf2b4578bfd7196c89e55b01aebd4da04.tar.bz2
pcsx_rearmed-e83c4fdcf2b4578bfd7196c89e55b01aebd4da04.zip
disable standalone pluign builds
these were for testing mostly, not for general use. Also fix a typo along the way.
Diffstat (limited to 'plugins/dfxvideo/Makefile')
-rw-r--r--plugins/dfxvideo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile
index ee7c4dc..fb879f4 100644
--- a/plugins/dfxvideo/Makefile
+++ b/plugins/dfxvideo/Makefile
@@ -14,6 +14,6 @@ SRC_STANDALONE += draw_pl.c
#LDLIBS_STANDALONE += -lX11 -lXv -lXext
#endif
-BIN_STANDLALONE = gpuPEOPS.so
+#BIN_STANDALONE = gpuPEOPS.so
BIN_GPULIB = gpu_peops.so
include ../gpulib/gpulib.mak