From 446116d267bb4da1689dbb33450a605456a3fe60 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 18 May 2003 10:49:54 +0000 Subject: --with-codecsdir option by Diego Biurrun git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10129 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure') diff --git a/configure b/configure index bb874397f4..af4fd20015 100755 --- a/configure +++ b/configure @@ -282,6 +282,7 @@ Use these options if autodetection fails: --with-madlibdir=DIR libmad (libmad shared library) in DIR --with-mlibdir=DIR libmlib (MLIB support) in DIR (Solaris only) --with-libdvdnav=DIR libdvdnav in DIR + --with-codecsdir=DIR Binary codec files in DIR --with-win32libdir=DIR W*ndows DLL files in DIR --with-xanimlibdir=DIR XAnim DLL files in DIR --with-reallibdir=DIR RealPlayer DLL files in DIR @@ -1324,6 +1325,11 @@ for ac_option do _dvdnav=yes ;; + --with-codecsdir=*) + _win32libdir=`echo $ac_option | cut -d '=' -f 2` + _xanimlibdir=`echo $ac_option | cut -d '=' -f 2` + _reallibdir=`echo $ac_option | cut -d '=' -f 2` + ;; --with-win32libdir=*) _win32libdir=`echo $ac_option | cut -d '=' -f 2` _win32=yes -- cgit v1.2.3