mirror of
https://github.com/mpv-player/mpv
synced 2025-01-25 09:03:15 +00:00
Default codec location is now /usr/local/lib/codecs/, the location is now
set with --with-codecsdir, plus some more updates. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10157 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
100a33ccf6
commit
654e522025
19
README
19
README
@ -95,21 +95,22 @@ with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic
|
|||||||
linking does NOT suffice) this subdirectory into the MPlayer source tree.
|
linking does NOT suffice) this subdirectory into the MPlayer source tree.
|
||||||
|
|
||||||
|
|
||||||
______________________________
|
_______________________________
|
||||||
STEP2: Installing Win32 Codecs
|
STEP2: Installing Binary Codecs
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
MPlayer and libavcodec have builtin support for the most common audio and video
|
MPlayer and libavcodec have builtin support for the most common audio and video
|
||||||
formats, but some formats require external codecs. Examples include Real, Indeo
|
formats, but some formats require external codecs. Examples include Real, Indeo
|
||||||
and Sorenson3 (newer Quicktime) formats. Support for Windows Media formats
|
and QuickTime audio formats. Support for Windows Media formats except WMV9
|
||||||
except WMV9 exists but still has some bugs, your mileage may vary. This step is
|
exists but still has some bugs, your mileage may vary. This step is not
|
||||||
not mandatory, but recommended for getting MPlayer to play a broader range of
|
mandatory, but recommended for getting MPlayer to play a broader range of
|
||||||
formats. Please note that most codecs only work on Intel x86 compatible PCs.
|
formats. Please note that most codecs only work on Intel x86 compatible PCs.
|
||||||
|
|
||||||
Unpack the codecs archives and put the contents in a directory where MPlayer
|
Unpack the codecs archives and put the contents in a directory where MPlayer
|
||||||
will find them. The default directory is /usr/lib/win32/ but you can change
|
will find them. The default directory is /usr/local/lib/codecs/ (it used to be
|
||||||
that to something else by using the '--with-win32libdir=DIR' option when you
|
/usr/local/lib/win32 in the past, this also works) but you can change that to
|
||||||
run './configure'.
|
something else by using the '--with-codecsdir=DIR' option when you run
|
||||||
|
'./configure'.
|
||||||
|
|
||||||
|
|
||||||
__________________________
|
__________________________
|
||||||
|
Loading…
Reference in New Issue
Block a user