1
|
1 =======================================================================
|
|
2 * HOW TO COMPILE MOVIE PLAYER COMPONENTS * (C) 2000. A'rpi/ESP-team *
|
|
3 =======================================================================
|
|
4
|
|
5 Pontscho/Fresh! did some script and makefiles so compiling is much
|
|
6 easier now. If you find a bug in that, please contact us:
|
|
7 pontscho@makacs.poliod.hu
|
|
8 arpi@esp-team.scene.hu
|
|
9
|
|
10 1. The Player: (mplayer)
|
900
|
11 ~~~~~~~~~~~~~~~~~~~~~~~~
|
1
|
12 ./configure
|
|
13 [* check config.h and config.mak files! *]
|
|
14 make
|
|
15 make install
|
163
|
16 [* if you compiled DGA in, check VIDEOCARDS! *]
|
1
|
17
|
900
|
18 2. The Codecs: (w32codecs.zip)
|
|
19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
20 unzip w32codecs.zip to /usr/lib/win32
|
|
21 Filenames LOWERCASE !
|
|
22
|
|
23 3. Drivers: (mga_vid.o)
|
1
|
24 ~~~~~~~~~~~~~~~~~~~~~~~
|
|
25 cd drivers
|
|
26 make
|
|
27 mknod /dev/mga_vid c 178 0
|
|
28 chmod go+rw /dev/mga_vid
|
|
29
|
900
|
30 4. Matrox G400 DH TV-out tools:
|
1
|
31 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
32 cd TVout
|
|
33 ./compile.sh
|
|
34
|
900
|
35 5. Fonts:
|
733
|
36 ~~~~~~~~~
|
|
37 Get the .zip file from the DOWNLOAD section
|
|
38 cd ~/.mplayer
|
|
39 mkdir font
|
|
40 cd font
|
|
41 unzip mp_font1.zip
|