view TVout/compile.sh @ 8082:d630c877c05c

1) "-ovc divx4" doesn't encode using XViD anymore 2) added options and defaults to "-xvidencopts" following ve_xvid.c modifications
author rguyom
date Sun, 03 Nov 2002 14:49:45 +0000
parents 3b5f5d1c5041
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 ..