view TOOLS/TVout/compile.sh @ 21931:c0bcfcf2a6cd

r21691: added smb:// to the list of allowed input urls r21692: mentioned file:// and smb:// as alternative stream outputs for mencoder r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while r21724: small wording/markup improvements r21725: wording and markup improvements
author kraymer
date Wed, 17 Jan 2007 13:43:56 +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 ..