view TOOLS/TVout/compile.sh @ 13489:912c906db2ed

compensate for width/height being picture width/height instead of bitstream width/height
author michael
date Mon, 27 Sep 2004 10:08:57 +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 ..