view TOOLS/TVout/compile.sh @ 13257:9e8b984a39a5

More information on XviD's "interlaced" and "4mv" options thanks to a discution with XviD devs.
author gpoirier
date Mon, 06 Sep 2004 07:52: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 ..