view TOOLS/TVout/compile.sh @ 19376:be3a0f578824

Update for recent discussions on mplayer-dev-eng.
author diego
date Sun, 13 Aug 2006 08:54:16 +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 ..