view TVout/compile.sh @ 12277:ad3a4af318f2

More keyframe search fix for VP6x Fix by Reza Jelveh
author rtognimp
date Sun, 25 Apr 2004 15:42:44 +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 ..