view TVout/compile.sh @ 9354:dd0874f98cdb

- look for alternative locations of cdparanoia includes (in redhat this is /usr/include/cdda)
author filon
date Sat, 08 Feb 2003 22:29:05 +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 ..