view TOOLS/TVout/compile.sh @ 15011:83077e6742e7

various (de)muxer_lavf fixes
author michael
date Fri, 25 Mar 2005 22:47:09 +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 ..