mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 15:11:58 +00:00
16 lines
110 B
Bash
Executable File
16 lines
110 B
Bash
Executable File
|
|
# Compile TVout tools
|
|
|
|
cd con2fb
|
|
gcc con2fb.c -o con2fb
|
|
cd ..
|
|
|
|
cd matroxset
|
|
make
|
|
cd ..
|
|
|
|
cd fbset
|
|
make
|
|
cd ..
|
|
|