diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-25 01:06:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-25 01:06:26 +0000 |
commit | 8f074d2414b60986e0495ff16f020debd39ffaec (patch) | |
tree | 7538697a40b43910b924c8e12262499699e8c416 | |
parent | 51fe7e4a6a26119d975b3a84b6e8e5f4e9d636bd (diff) |
Document how to specify multiple paths with the --with-* options,
90% based on a patch by Torinthiel <torinthiel@megapolis.pl>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13131 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 37 |
1 files changed, 19 insertions, 18 deletions
@@ -304,29 +304,30 @@ Advanced options: Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!" --disable-gcc-checking disable gcc version checking [enable] -Use these options if autodetection fails: - --with-extraincdir=DIR extra headers (png, mad, sdl, ...) in DIR - --with-extralibdir=DIR extra library files (png, mad, sdl, ...) in DIR - --with-x11incdir=DIR X headers in DIR - --with-x11libdir=DIR X library files in DIR - --with-dxr2incdir=DIR DXR2 headers in DIR - --with-dvbincdir=DIR DVB headers in DIR - --with-madlibdir=DIR libmad (libmad shared library) in DIR +Use these options if autodetection fails (Options marked with (*) accept +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-x11incdir=DIR X headers in DIR (*) + --with-x11libdir=DIR X library files in DIR (*) + --with-dxr2incdir=DIR DXR2 headers in DIR (*) + --with-dvbincdir=DIR DVB headers in DIR (*) + --with-madlibdir=DIR libmad (libmad shared library) in DIR (*) --with-mlibdir=DIR libmlib (MLIB support) in DIR (Solaris only) --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 - --with-xvidlibdir=DIR libxvidcore (XviD) in DIR - --with-xvidincdir=DIR XviD header in DIR - --with-dtslibdir=DIR libdts library in DIR - --with-dtsincdir=DIR libdts header in DIR - --with-livelibdir=DIR path to LIVE.COM Streaming Media libraries - --with-xmmsplugindir=DIR path to XMMS plugins - --with-xmmslibdir=DIR path to libxmms.so.1 - --with-bio2jack=DIR path to libbio2jack.a (e.g. /home/user/bio2jack) - --with-cdparanoiaincdir=DIR cdparanoia headers in DIR - --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR + --with-xvidlibdir=DIR libxvidcore (XviD) in DIR (*) + --with-xvidincdir=DIR XviD header in DIR (*) + --with-dtslibdir=DIR libdts library in DIR (*) + --with-dtsincdir=DIR libdts header in DIR (*) + --with-livelibdir=DIR LIVE.COM Streaming Media libraries in DIR + --with-xmmsplugindir=DIR XMMS plugins in DIR + --with-xmmslibdir=DIR libxmms.so.1 in DIR + --with-bio2jack=DIR libbio2jack.a in DIR + --with-cdparanoiaincdir=DIR cdparanoia headers in DIR (*) + --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*) --with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA) --with-termcaplib=NAME name of library with termcap functionality name should be given without leading "lib" |