view TVout/compile.sh @ 11366:3d38013edd45

Export audio filter documentation by Gustavo Sverzut Barbieri <gsbarbieri at yahoo.com.br>, cleaned up by me.
author diego
date Mon, 03 Nov 2003 01:45:04 +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 ..