view TVout/compile.sh @ 11408:147f31870df6

Change conflicting function declaration between .c and .h file, causing a compilation failure on Cygwin, checked by Sascha Sommer.
author diego
date Fri, 07 Nov 2003 15:12:29 +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 ..