view TOOLS/TVout/compile.sh @ 22178:c4d9550c9faf

Use AF_NCH for max number of channels instead of private CHANS define.
author uau
date Sat, 10 Feb 2007 18:05:18 +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 ..