view TOOLS/TVout/compile.sh @ 13861:352b1b75a32c

- the sync with XviD's API-4.1 has been made both for the decoder and the encoder front-end - x264 and lavc support 3-pass encode
author gpoirier
date Wed, 03 Nov 2004 10:39:27 +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 ..