summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-04-14 11:39:27 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-04-14 11:39:27 +0000
commit4bf6253973b7a89fb4697e5e55f822a086cf7951 (patch)
tree7662a960eb59cdf4ade180c53e1a9957925faf47 /configure.ac
parentbebb814b152e3789789d6084067dc5ba25bb7416 (diff)
downloadpcsxr-4bf6253973b7a89fb4697e5e55f822a086cf7951.tar.gz
Removed GXVideo plugin as per original author suggestion.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@77475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index bb5c1c53..bc55665a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,17 +146,6 @@ if test "$BUILD_OPENGL" = "yes"; then
AC_CONFIG_FILES([plugins/peopsxgl/Makefile])
fi
-AC_ARG_ENABLE(gxvideo, [ --enable-gxvideo build gxvideo plugin (default=no)],
-[ BUILD_GXVIDEO="$enableval" ],[ BUILD_GXVIDEO="no" ])
-
-GXVIDEO=""
-
-if test "$BUILD_GXVIDEO" = "yes"; then
- GXVIDEO="plugins/gxvideo"
- AC_SUBST(GXVIDEO)
- AC_CONFIG_FILES([plugins/gxvideo/Makefile])
-fi
-
AM_CONDITIONAL(X86_NASM, false)
if expr x"$build_cpu" : 'xi.86' > /dev/null; then