view TVout/compile.sh @ 6665:3284abe2d73f

support avcontext based quant_store export
author alex
date Sun, 07 Jul 2002 16:12:30 +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 ..