1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
mpv/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 ..