view TOOLS/TVout/compile.sh @ 17577:0f6b020f867d

change checksum to crc32 add max_pts_distance to avoid overly big pts difference
author ods15
date Fri, 10 Feb 2006 10:42:40 +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 ..