view TOOLS/TVout/compile.sh @ 13266:914749a92b28

Copy-n-Paste bug breaking channel selection in audio configuration dialog Patch by (eyager at chartermi dot net)
author reimar
date Mon, 06 Sep 2004 20:11:37 +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 ..