mirror of https://github.com/mpv-player/mpv
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 ..
|
||
|
|