view TOOLS/realcodecs/drv3.sh @ 15683:978f2346dc43

correcting the previous draw_slice fix - don't draw slices beyond sh->disp_h - draw slices sh->disp_w wide to avoid buffer overflow in VO
author henry
date Tue, 07 Jun 2005 10:04:22 +0000
parents 86c478bea7ce
children
line wrap: on
line source

rm drv3.so.6.0
gcc -c drv3.c -g &&
ld -shared -o drv3.so.6.0 drv3.o -ldl -lc