summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-02-26 15:51:12 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-02-26 15:51:12 +0000
commitb856e43a18616250a52600825b293f57ece725b5 (patch)
treeeb5a0be8ad793a29e8c1f8b7a6117b2aa9a335e3 /Makefile.am
parent15f1bd53389bcad6da36439ee0a1a1383f51a085 (diff)
downloadpcsxr-b856e43a18616250a52600825b293f57ece725b5.tar.gz
GXVideo graphics plugin is buggy and unmantained - disabled by default.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75519 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3a7bb981..17565441 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,9 @@ SUBDIRS = data doc po libpcsxcore gui pixmaps
SUBDIRS += plugins/dfinput plugins/dfsound
SUBDIRS += plugins/dfxvideo plugins/dfcdrom plugins/dfnet
-SUBDIRS += plugins/bladesio1 plugins/gxvideo
+SUBDIRS += plugins/bladesio1
+
+SUBDIRS += $(GXVIDEO)
SUBDIRS += $(PEOPSXGL)