view TVout/compile.sh @ 3181:c8edb0691f09

Extended oss output driver and libac3 to support 4 and 6 channel output mixes. added -channels command line option
author steve
date Wed, 28 Nov 2001 12:46:23 +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 ..