view TVout/compile.sh @ 11595:95413c6d76a0

keyframe detection support by rgselk <rgselknospam@yahoo.com>
author alex
date Mon, 08 Dec 2003 21:57:12 +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 ..