summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 17:10:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 17:10:26 +0000
commit86beebc55d4ad087a0c78611aa1db8a9d7e8f39b (patch)
tree3132dead5606aed145b86968036710eb511b7a1a /configure
parent9ad95ec9fd8fcde117a89ccde617e1a14f594fdb (diff)
downloadmpv-86beebc55d4ad087a0c78611aa1db8a9d7e8f39b.tar.bz2
mpv-86beebc55d4ad087a0c78611aa1db8a9d7e8f39b.tar.xz
Remove --with-madlibdir option, it never worked anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19542 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure
index 6c5c8de870..91d5543653 100755
--- a/configure
+++ b/configure
@@ -408,7 +408,6 @@ multiple paths separated by ':'):
--with-extraincdir=DIR extra headers (png, mad, sdl, ...) in DIR (*)
--with-extralibdir=DIR extra library files (png, mad, sdl, ...) in DIR (*)
--with-x11libdir=DIR X library files in DIR (*)
- --with-madlibdir=DIR libmad (libmad shared library) in DIR (*)
--with-mlibdir=DIR libmlib (mediaLib support) in DIR (Solaris only)
--with-codecsdir=DIR Binary codec files in DIR
--with-win32libdir=DIR W*ndows DLL files in DIR
@@ -2141,9 +2140,6 @@ for ac_option do
--with-dvdnav-config=*)
_dvdnavconfig=`echo $ac_option | cut -d '=' -f 2`
;;
- --with-madlibdir=*)
- _ld_mad=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
- ;;
--with-cdparanoialibdir=*)
_ld_cdparanoia=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
;;
@@ -5513,7 +5509,7 @@ if test "$_mad" = auto ; then
#include <mad.h>
int main(void) { return 0; }
EOF
- cc_check $_madlibdir -lmad && _mad=yes
+ cc_check -lmad && _mad=yes
fi
if test "$_mad" = yes ; then
_def_mad='#define USE_LIBMAD 1'