view TOOLS/TVout/compile.sh @ 18246:efd37d974b0b

AVI files *can* contain aspect ration information, closes #483.
author diego
date Mon, 24 Apr 2006 11:28:49 +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 ..