view TOOLS/TVout/compile.sh @ 18784:b5777da79b53

Adapt FFmpeg version.sh that only recreates version.h if its content changed.
author diego
date Thu, 22 Jun 2006 13:47:50 +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 ..