view TOOLS/TVout/clean.sh @ 16661:adb581352e63

Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a union only in the MMX case.
author reimar
date Tue, 04 Oct 2005 19:44:42 +0000
parents b205f8ca892a
children
line wrap: on
line source


# Compile TVout tools

rm -f con2fb/con2fb

cd matroxset
make clean
cd ..

cd fbset
make clean
cd ..