mirror of https://github.com/mpv-player/mpv
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
=======================================================================
|
|
* HOW TO COMPILE MOVIE PLAYER COMPONENTS * (C) 2001. A'rpi/ESP-team *
|
|
=======================================================================
|
|
|
|
1. The Codecs: (w32codecs.zip)
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
download and unzip w32codecs.zip to /usr/lib/win32
|
|
|
|
Note: the avifile project has similar codecs package, but it differs
|
|
from our, so if you want to use all supported codecs, then use
|
|
our package!
|
|
|
|
2. Drivers: (mga_vid.o)
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
cd drivers
|
|
make
|
|
mknod /dev/mga_vid c 178 0
|
|
chmod go+rw /dev/mga_vid
|
|
|
|
3. The Player: (mplayer)
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
./configure
|
|
[* read messages printed by ./configure, it may be very usefull! *]
|
|
[* check config.h and config.mak files! *]
|
|
make
|
|
[* check for errors! of none, you should have the ./mplayer binary *]
|
|
make install
|
|
|
|
4. Matrox G400 DH TV-out tools:
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
cd TVout
|
|
./compile.sh
|
|
|
|
5. Fonts:
|
|
~~~~~~~~~
|
|
Download mp_font3.zip (and optional language updates) and
|
|
unpack to ~/.mplayer/font/ :
|
|
|
|
cd ~/.mplayer
|
|
mkdir font
|
|
cd font
|
|
unzip mp_font3.zip
|
|
unzip mp_font3_hu.zip
|