1
|
1 =======================================================================
|
1201
|
2 * HOW TO COMPILE MOVIE PLAYER COMPONENTS * (C) 2001. A'rpi/ESP-team *
|
1
|
3 =======================================================================
|
|
4
|
1201
|
5 1. The Codecs: (w32codecs.zip)
|
|
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
7 download and unzip w32codecs.zip to /usr/lib/win32
|
1
|
8
|
1201
|
9 Note: the avifile project has similar codecs package, but it differs
|
|
10 from our, so if you want to use all supported codecs, then use
|
|
11 our package!
|
1
|
12
|
1201
|
13 2. Drivers: (mga_vid.o)
|
1
|
14 ~~~~~~~~~~~~~~~~~~~~~~~
|
|
15 cd drivers
|
|
16 make
|
|
17 mknod /dev/mga_vid c 178 0
|
|
18 chmod go+rw /dev/mga_vid
|
|
19
|
1201
|
20 3. The Player: (mplayer)
|
|
21 ~~~~~~~~~~~~~~~~~~~~~~~~
|
|
22 ./configure
|
|
23 [* read messages printed by ./configure, it may be very usefull! *]
|
|
24 [* check config.h and config.mak files! *]
|
|
25 make
|
|
26 [* check for errors! of none, you should have the ./mplayer binary *]
|
|
27 make install
|
|
28
|
900
|
29 4. Matrox G400 DH TV-out tools:
|
1
|
30 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
31 cd TVout
|
|
32 ./compile.sh
|
|
33
|
900
|
34 5. Fonts:
|
733
|
35 ~~~~~~~~~
|
1201
|
36 Download mp_font3.zip (and optional language updates) and
|
|
37 unpack to ~/.mplayer/font/ :
|
|
38
|
733
|
39 cd ~/.mplayer
|
|
40 mkdir font
|
|
41 cd font
|
1201
|
42 unzip mp_font3.zip
|
|
43 unzip mp_font3_hu.zip
|