mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
51fe7e4a6a
commit
8f074d2414
|
@ -304,29 +304,30 @@ Advanced options:
|
||||||
Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!"
|
Hazardous options a.k.a. "DO NOT REPORT ANY BUGS!"
|
||||||
--disable-gcc-checking disable gcc version checking [enable]
|
--disable-gcc-checking disable gcc version checking [enable]
|
||||||
|
|
||||||
Use these options if autodetection fails:
|
Use these options if autodetection fails (Options marked with (*) accept
|
||||||
--with-extraincdir=DIR extra headers (png, mad, sdl, ...) in DIR
|
multiple paths separated by ':'):
|
||||||
--with-extralibdir=DIR extra library files (png, mad, sdl, ...) in DIR
|
--with-extraincdir=DIR extra headers (png, mad, sdl, ...) in DIR (*)
|
||||||
--with-x11incdir=DIR X headers in DIR
|
--with-extralibdir=DIR extra library files (png, mad, sdl, ...) in DIR (*)
|
||||||
--with-x11libdir=DIR X library files in DIR
|
--with-x11incdir=DIR X headers in DIR (*)
|
||||||
--with-dxr2incdir=DIR DXR2 headers in DIR
|
--with-x11libdir=DIR X library files in DIR (*)
|
||||||
--with-dvbincdir=DIR DVB headers in DIR
|
--with-dxr2incdir=DIR DXR2 headers in DIR (*)
|
||||||
--with-madlibdir=DIR libmad (libmad shared library) 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-mlibdir=DIR libmlib (MLIB support) in DIR (Solaris only)
|
||||||
--with-codecsdir=DIR Binary codec files in DIR
|
--with-codecsdir=DIR Binary codec files in DIR
|
||||||
--with-win32libdir=DIR W*ndows DLL files in DIR
|
--with-win32libdir=DIR W*ndows DLL files in DIR
|
||||||
--with-xanimlibdir=DIR XAnim DLL files in DIR
|
--with-xanimlibdir=DIR XAnim DLL files in DIR
|
||||||
--with-reallibdir=DIR RealPlayer DLL files in DIR
|
--with-reallibdir=DIR RealPlayer DLL files in DIR
|
||||||
--with-xvidlibdir=DIR libxvidcore (XviD) in DIR
|
--with-xvidlibdir=DIR libxvidcore (XviD) in DIR (*)
|
||||||
--with-xvidincdir=DIR XviD header in DIR
|
--with-xvidincdir=DIR XviD header in DIR (*)
|
||||||
--with-dtslibdir=DIR libdts library in DIR
|
--with-dtslibdir=DIR libdts library in DIR (*)
|
||||||
--with-dtsincdir=DIR libdts header in DIR
|
--with-dtsincdir=DIR libdts header in DIR (*)
|
||||||
--with-livelibdir=DIR path to LIVE.COM Streaming Media libraries
|
--with-livelibdir=DIR LIVE.COM Streaming Media libraries in DIR
|
||||||
--with-xmmsplugindir=DIR path to XMMS plugins
|
--with-xmmsplugindir=DIR XMMS plugins in DIR
|
||||||
--with-xmmslibdir=DIR path to libxmms.so.1
|
--with-xmmslibdir=DIR libxmms.so.1 in DIR
|
||||||
--with-bio2jack=DIR path to libbio2jack.a (e.g. /home/user/bio2jack)
|
--with-bio2jack=DIR libbio2jack.a in DIR
|
||||||
--with-cdparanoiaincdir=DIR cdparanoia headers in DIR
|
--with-cdparanoiaincdir=DIR cdparanoia headers in DIR (*)
|
||||||
--with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR
|
--with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*)
|
||||||
--with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA)
|
--with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA)
|
||||||
--with-termcaplib=NAME name of library with termcap functionality
|
--with-termcaplib=NAME name of library with termcap functionality
|
||||||
name should be given without leading "lib"
|
name should be given without leading "lib"
|
||||||
|
|
Loading…
Reference in New Issue