view TOOLS/TVout/compile.sh @ 14304:297de78b1498

Sync with 1.834: Add -ao pcm suboptions and remove -aofile and -waveheader options.
author gpoirier
date Sun, 02 Jan 2005 20:03:21 +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 ..