view TOOLS/TVout/compile.sh @ 20101:4ccb2a53b859

Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)
author reimar
date Sun, 08 Oct 2006 09:43:18 +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 ..