view TVout/compile.sh @ 12172:490488e54aa0

4xm with lavf+lavc
author michael
date Sun, 11 Apr 2004 19:22:44 +0000 (2004-04-11)
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 ..