view TOOLS/TVout/compile.sh @ 16591:e5f3a9a03914

vo_gl2 now supports panscan
author reimar
date Sun, 25 Sep 2005 16:20:41 +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 ..