[MPlayer-cvslog] r21112 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Nov 20 18:08:13 CET 2006
Author: diego
Date: Mon Nov 20 18:08:13 2006
New Revision: 21112
Modified:
trunk/configure
Log:
Remove --with-xmmsplugindir and --with-xmmslibdir.
This is not perfect, whoever cares about this feature do it properly, please.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Nov 20 18:08:13 2006
@@ -423,8 +423,6 @@
--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 @@
_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 @@
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'
More information about the MPlayer-cvslog
mailing list