view TVout/compile.sh @ 8359:a93461f7e5ef

fixed mp3 seeking near end of file patch by ??? (sorry i can't find that mail)
author arpi
date Wed, 04 Dec 2002 23:51: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 ..