From 2dc24ec9b42ff01f8b34f040bdf930acead60a35 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 6 Feb 1999 07:32:59 +0000 Subject: Upgrade to 0.48. Bug fixes, support for more cards in brooktree driver. --- graphics/fxtv/files/patch-ab | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 graphics/fxtv/files/patch-ab (limited to 'graphics/fxtv/files/patch-ab') diff --git a/graphics/fxtv/files/patch-ab b/graphics/fxtv/files/patch-ab deleted file mode 100644 index 5b15cb8c7c2d..000000000000 --- a/graphics/fxtv/files/patch-ab +++ /dev/null @@ -1,27 +0,0 @@ ---- tvcapture.c.old Sun Jun 7 01:35:21 1998 -+++ tvcapture.c Sun Jun 7 01:35:59 1998 -@@ -1879,8 +1879,8 @@ - /* If TDEC is on, may be a while before old trash gets written on. */ - /* So tell the driver to flush the frame buffer before starting */ - /* capture. */ -- if ( c->fps != c->fps_max ) -- flush_buf = TRUE; -+ /* if ( c->fps != c->fps_max ) -+ flush_buf = TRUE; */ - } - memcpy( &pix_geom, &c->pix_geom_list[ c->pix_geom_idx ], - sizeof( pix_geom ) ); -@@ -1913,11 +1913,13 @@ - return; - } - -+/* - larg = flush_buf; - if ( ioctl( c->fd, BT848SCBUF, &larg ) < 0 ) { - DO_IOCTL_SERR( "BT848SCBUF", larg ); - return; - } -+*/ - - /* If user wants to know whenever a/the frame is complete, */ - /* add in a signal handler for this for single captures, or an Xt */ -- cgit v1.2.3