mirror of
https://github.com/mpv-player/mpv
synced 2025-02-05 22:52:18 +00:00
14 lines
103 B
Bash
Executable File
14 lines
103 B
Bash
Executable File
|
|
# Compile TVout tools
|
|
|
|
rm -f con2fb/con2fb
|
|
|
|
cd matroxset
|
|
make clean
|
|
cd ..
|
|
|
|
cd fbset
|
|
make clean
|
|
cd ..
|
|
|