view TVout/compile.sh @ 5223:8c7b6ba2b5e9

splitted mp_msg_init and mp_msg_set_level
author alex
date Wed, 20 Mar 2002 15:38:13 +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 ..