view TOOLS/TVout/compile.sh @ 17871:29cce29b0cd9

do not call glDeleteTextures with 0 count, Xgl does not like it.
author reimar
date Wed, 15 Mar 2006 12:15:35 +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 ..