view TOOLS/TVout/compile.sh @ 17960:ec93436dc52d

Fix a/v desync for real some files
author rtognimp
date Sun, 26 Mar 2006 14:10:52 +0000
parents b205f8ca892a
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 ..