view TVout/compile.sh @ 3630:f24527fc1b79

Removed conversion for yuy2, libmp1e supports this format, no need to cnovert it...
author mswitch
date Thu, 20 Dec 2001 08:02:38 +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 ..