view TVout/compile.sh @ 12263:26be0fd618b5

Much improved seeking. Patch by Michael Behrich <behrisch at informatik adot hu-berlin anotherdot de>
author mosu
date Fri, 23 Apr 2004 16:31:30 +0000
parents 3b5f5d1c5041
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 ..