view TOOLS/TVout/compile.sh @ 15189:e743f75cdcc4

Snow 1.55 (and up) allows 2pass ratecontrol.
author gpoirier
date Sat, 16 Apr 2005 16:16:28 +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 ..