view TVout/compile.sh @ 10839:0f2182b3261f

hopefully final xv ports. from Jim Hawkins <mplayer@jawkins.com>
author attila
date Sun, 07 Sep 2003 18:58:56 +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 ..