view TVout/compile.sh @ 6193:2fd9ec444098

AC3 passthrough support by Andy Lo A Foe <andy at alsaplayer dot org>
author alex
date Sun, 26 May 2002 12:23:19 +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 ..