comparison configure @ 10128:e7fd61bf7f57

--with-codecsdir option by Diego Biurrun
author alex
date Sun, 18 May 2003 10:49:54 +0000
parents d42177a0da2a
children d72aabc36ca1
comparison
equal deleted inserted replaced
10127:228a767a51fd 10128:e7fd61bf7f57
280 --with-dxr2incdir=DIR DXR2 headers in DIR 280 --with-dxr2incdir=DIR DXR2 headers in DIR
281 --with-csslibdir=DIR libcss in DIR 281 --with-csslibdir=DIR libcss in DIR
282 --with-madlibdir=DIR libmad (libmad shared library) in DIR 282 --with-madlibdir=DIR libmad (libmad shared library) in DIR
283 --with-mlibdir=DIR libmlib (MLIB support) in DIR (Solaris only) 283 --with-mlibdir=DIR libmlib (MLIB support) in DIR (Solaris only)
284 --with-libdvdnav=DIR libdvdnav in DIR 284 --with-libdvdnav=DIR libdvdnav in DIR
285 --with-codecsdir=DIR Binary codec files in DIR
285 --with-win32libdir=DIR W*ndows DLL files in DIR 286 --with-win32libdir=DIR W*ndows DLL files in DIR
286 --with-xanimlibdir=DIR XAnim DLL files in DIR 287 --with-xanimlibdir=DIR XAnim DLL files in DIR
287 --with-reallibdir=DIR RealPlayer DLL files in DIR 288 --with-reallibdir=DIR RealPlayer DLL files in DIR
288 --with-xvidcore=PATH path to XviD libxvidcore.a 289 --with-xvidcore=PATH path to XviD libxvidcore.a
289 (e.g. /opt/lib/libxvidcore.a) 290 (e.g. /opt/lib/libxvidcore.a)
1322 --with-libdvdnav=*) 1323 --with-libdvdnav=*)
1323 _dvdnavdir=`echo $ac_option | cut -d '=' -f 2` 1324 _dvdnavdir=`echo $ac_option | cut -d '=' -f 2`
1324 _dvdnav=yes 1325 _dvdnav=yes
1325 ;; 1326 ;;
1326 1327
1328 --with-codecsdir=*)
1329 _win32libdir=`echo $ac_option | cut -d '=' -f 2`
1330 _xanimlibdir=`echo $ac_option | cut -d '=' -f 2`
1331 _reallibdir=`echo $ac_option | cut -d '=' -f 2`
1332 ;;
1327 --with-win32libdir=*) 1333 --with-win32libdir=*)
1328 _win32libdir=`echo $ac_option | cut -d '=' -f 2` 1334 _win32libdir=`echo $ac_option | cut -d '=' -f 2`
1329 _win32=yes 1335 _win32=yes
1330 ;; 1336 ;;
1331 --with-xanimlibdir=*) 1337 --with-xanimlibdir=*)