view TOOLS/TVout/compile.sh @ 22729:07377f8f7f42

Explain workaround for -vo gl:scaled-osd -ass image corruption.
author reimar
date Mon, 19 Mar 2007 18:27:35 +0000
parents b205f8ca892a
children
line wrap: on
line source


# Compile TVout tools

cd con2fb
gcc con2fb.c -o con2fb
cd ..

cd matroxset
make
cd ..

cd fbset
make
cd ..