summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 17:08:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 17:08:13 +0000
commitef10c853f978934607600521a5815695041985e7 (patch)
tree995d48d21e429393d00d7a99cd75e9c8a440de9b /configure
parenta1a3ffb77d75c2203fd83a817939d0bffa8f8c25 (diff)
downloadmpv-ef10c853f978934607600521a5815695041985e7.tar.bz2
mpv-ef10c853f978934607600521a5815695041985e7.tar.xz
Remove --with-xmmsplugindir and --with-xmmslibdir.
This is not perfect, whoever cares about this feature do it properly, please. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21112 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure b/configure
index 48f2eb6353..75ca997fb5 100755
--- a/configure
+++ b/configure
@@ -423,8 +423,6 @@ multiple paths separated by ':'):
--with-extralibdir=DIR extra linker search paths in DIR (*)
--with-x11libdir=DIR X library files in DIR (*)
--with-livelibdir=DIR LIVE555 Streaming Media in DIR
- --with-xmmsplugindir=DIR XMMS plugins in DIR
- --with-xmmslibdir=DIR libxmms.so.1 in DIR
--with-xvmclib=NAME adapter-specific library name (e.g. XvMCNVIDIA)
--with-freetype-config=PATH path to freetype-config
@@ -2082,14 +2080,6 @@ for ac_option do
_livelibdir=`echo $ac_option | cut -d '=' -f 2`
;;
- --with-xmmslibdir=*)
- _xmmslibdir=`echo $ac_option | cut -d '=' -f 2`
- ;;
-
- --with-xmmsplugindir=*)
- _xmmsplugindir=`echo $ac_option | cut -d '=' -f 2`
- ;;
-
--enable-crash-debug)
_crash_debug=yes
;;
@@ -6859,21 +6849,12 @@ echores "$_sortsub"
echocheck "XMMS inputplugin support"
if test "$_xmms" = yes ; then
-
if ( xmms-config --version ) >/dev/null 2>&1 ; then
- if test -z "$_xmmsplugindir" ; then
_xmmsplugindir=`xmms-config --input-plugin-dir`
- fi
- if test -z "$_xmmslibdir" ; then
_xmmslibdir=`xmms-config --exec-prefix`/lib
- fi
else
- if test -z "$_xmmsplugindir" ; then
_xmmsplugindir=/usr/lib/xmms/Input
- fi
- if test -z "$_xmmslibdir" ; then
_xmmslibdir=/usr/lib
- fi
fi
_def_xmms='#define HAVE_XMMS 1'