mirror of
https://github.com/mpv-player/mpv
synced 2024-12-10 08:56:04 +00:00
14 lines
103 B
Bash
14 lines
103 B
Bash
|
|
||
|
# Compile TVout tools
|
||
|
|
||
|
rm -f con2fb/con2fb
|
||
|
|
||
|
cd matroxset
|
||
|
make clean
|
||
|
cd ..
|
||
|
|
||
|
cd fbset
|
||
|
make clean
|
||
|
cd ..
|
||
|
|