view TOOLS/TVout/compile.sh @ 18680:dbd99e1435bb

now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec used
author nicodvb
date Sun, 11 Jun 2006 21:18:25 +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 ..