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)
|
|
11 ~~~~~~~~~~~~~~
|
|
12 ./configure
|
|
13 [* check config.h and config.mak files! *]
|
|
14 make dep
|
|
15 make
|
|
16 make install
|
|
17
|
|
18 2. Drivers: (mga_vid.o)
|
|
19 ~~~~~~~~~~~~~~~~~~~~~~~
|
|
20 cd drivers
|
|
21 make
|
|
22 mknod /dev/mga_vid c 178 0
|
|
23 chmod go+rw /dev/mga_vid
|
|
24
|
|
25 3. Matrox G400 DH TV-out tools:
|
|
26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
27 cd TVout
|
|
28 ./compile.sh
|
|
29
|