mirror of https://github.com/mpv-player/mpv
16 lines
110 B
Bash
16 lines
110 B
Bash
|
|
||
|
# Compile TVout tools
|
||
|
|
||
|
cd con2fb
|
||
|
gcc con2fb.c -o con2fb
|
||
|
cd ..
|
||
|
|
||
|
cd matroxset
|
||
|
make
|
||
|
cd ..
|
||
|
|
||
|
cd fbset
|
||
|
make
|
||
|
cd ..
|
||
|
|