1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-09 08:29:42 +00:00
mpv/TOOLS/TVout/compile.sh

16 lines
110 B
Bash
Raw Normal View History

# Compile TVout tools
cd con2fb
gcc con2fb.c -o con2fb
cd ..
cd matroxset
make
cd ..
cd fbset
make
cd ..