# HG changeset patch # User alex # Date 1053254994 0 # Node ID e7fd61bf7f579e975aa0ac548572a458a0192711 # Parent 228a767a51fd2353951a8a90a59c13137a9f0ce7 --with-codecsdir option by Diego Biurrun diff -r 228a767a51fd -r e7fd61bf7f57 configure --- a/configure Sun May 18 10:42:03 2003 +0000 +++ b/configure Sun May 18 10:49:54 2003 +0000 @@ -282,6 +282,7 @@ --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 @@ _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