view TVout/compile.sh @ 7813:76940a39405a

RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
author diego
date Sun, 20 Oct 2002 11:34:06 +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 ..