view TVout/compile.sh @ 4717:b7054dadd2c0

We should skip exactly the first frame on mp3 files. Should correct many badly detected file, decoder crash, etc
author albeu
date Fri, 15 Feb 2002 16:48:25 +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 ..