view TOOLS/TVout/compile.sh @ 13887:48ce49693b3c

respect immed uninit flag, initialize ao_data.outburst.
author reimar
date Sat, 06 Nov 2004 22:33:17 +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 ..