view TOOLS/TVout/compile.sh @ 15163:54c257370678

cross-compilation fix: don't use target CFLAGS to compile host tools
author aurel
date Fri, 15 Apr 2005 14:55:03 +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 ..