view TVout/compile.sh @ 12496:8f4574d094a5

MinGW comes without zlib (necessary for compressed MOV headers).
author diego
date Sat, 22 May 2004 00:47:49 +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 ..