view TVout/compile.sh @ 9808:a67f1ea3a5d5

hopefully this will clear up some confusion -- users keep trying to use this filter with totally non-interlaced dvds and the output is nonsense!
author rfelker
date Thu, 03 Apr 2003 00:52:33 +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 ..