view TOOLS/TVout/compile.sh @ 15250:e891ff7a7b6c

update to libogg 1.1.2 (needed for Theora)
author henry
date Sun, 24 Apr 2005 08:37:48 +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 ..