Mercurial > mplayer.hg
comparison configure @ 13130:96784ad2c469
Document how to specify multiple paths with the --with-* options,
90% based on a patch by Torinthiel <torinthiel@megapolis.pl>.
author | diego |
---|---|
date | Wed, 25 Aug 2004 01:06:26 +0000 |
parents | fa7b25325f7e |
children | b230b668a96b |
comparison
equal
deleted
inserted
replaced
13129:cfce549da2f0 | 13130:96784ad2c469 |
---|---|
302 --enable-dynamic-plugins Enable support for dynamic a/v plugins [disable] | 302 --enable-dynamic-plugins Enable support for dynamic a/v plugins [disable] |
303 | 303 |
304 Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!" | 304 Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!" |
305 --disable-gcc-checking disable gcc version checking [enable] | 305 --disable-gcc-checking disable gcc version checking [enable] |
306 | 306 |
307 Use these options if autodetection fails: | 307 Use these options if autodetection fails (Options marked with (*) accept |
308 --with-extraincdir=DIR extra headers (png, mad, sdl, ...) in DIR | 308 multiple paths separated by ':'): |
309 --with-extralibdir=DIR extra library files (png, mad, sdl, ...) in DIR | 309 --with-extraincdir=DIR extra headers (png, mad, sdl, ...) in DIR (*) |
310 --with-x11incdir=DIR X headers in DIR | 310 --with-extralibdir=DIR extra library files (png, mad, sdl, ...) in DIR (*) |
311 --with-x11libdir=DIR X library files in DIR | 311 --with-x11incdir=DIR X headers in DIR (*) |
312 --with-dxr2incdir=DIR DXR2 headers in DIR | 312 --with-x11libdir=DIR X library files in DIR (*) |
313 --with-dvbincdir=DIR DVB headers in DIR | 313 --with-dxr2incdir=DIR DXR2 headers in DIR (*) |
314 --with-madlibdir=DIR libmad (libmad shared library) in DIR | 314 --with-dvbincdir=DIR DVB headers in DIR (*) |
315 --with-madlibdir=DIR libmad (libmad shared library) in DIR (*) | |
315 --with-mlibdir=DIR libmlib (MLIB support) in DIR (Solaris only) | 316 --with-mlibdir=DIR libmlib (MLIB support) in DIR (Solaris only) |
316 --with-codecsdir=DIR Binary codec files in DIR | 317 --with-codecsdir=DIR Binary codec files in DIR |
317 --with-win32libdir=DIR W*ndows DLL files in DIR | 318 --with-win32libdir=DIR W*ndows DLL files in DIR |
318 --with-xanimlibdir=DIR XAnim DLL files in DIR | 319 --with-xanimlibdir=DIR XAnim DLL files in DIR |
319 --with-reallibdir=DIR RealPlayer DLL files in DIR | 320 --with-reallibdir=DIR RealPlayer DLL files in DIR |
320 --with-xvidlibdir=DIR libxvidcore (XviD) in DIR | 321 --with-xvidlibdir=DIR libxvidcore (XviD) in DIR (*) |
321 --with-xvidincdir=DIR XviD header in DIR | 322 --with-xvidincdir=DIR XviD header in DIR (*) |
322 --with-dtslibdir=DIR libdts library in DIR | 323 --with-dtslibdir=DIR libdts library in DIR (*) |
323 --with-dtsincdir=DIR libdts header in DIR | 324 --with-dtsincdir=DIR libdts header in DIR (*) |
324 --with-livelibdir=DIR path to LIVE.COM Streaming Media libraries | 325 --with-livelibdir=DIR LIVE.COM Streaming Media libraries in DIR |
325 --with-xmmsplugindir=DIR path to XMMS plugins | 326 --with-xmmsplugindir=DIR XMMS plugins in DIR |
326 --with-xmmslibdir=DIR path to libxmms.so.1 | 327 --with-xmmslibdir=DIR libxmms.so.1 in DIR |
327 --with-bio2jack=DIR path to libbio2jack.a (e.g. /home/user/bio2jack) | 328 --with-bio2jack=DIR libbio2jack.a in DIR |
328 --with-cdparanoiaincdir=DIR cdparanoia headers in DIR | 329 --with-cdparanoiaincdir=DIR cdparanoia headers in DIR (*) |
329 --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR | 330 --with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*) |
330 --with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA) | 331 --with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA) |
331 --with-termcaplib=NAME name of library with termcap functionality | 332 --with-termcaplib=NAME name of library with termcap functionality |
332 name should be given without leading "lib" | 333 name should be given without leading "lib" |
333 checks for "termcap" and "tinfo" | 334 checks for "termcap" and "tinfo" |
334 | 335 |