Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

[patch] vsync.c with gcc 2.95

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


doug at ties

May 28, 2004, 5:21 AM

Post #1 of 2 (746 views)
Permalink
[patch] vsync.c with gcc 2.95

Attachments: vsync-ret.diff (0.78 KB)
  signature.asc (0.25 KB)


mdz at debian

May 31, 2004, 2:53 PM

Post #2 of 2 (726 views)
Permalink
Re: [patch] vsync.c with gcc 2.95 [In reply to]

On Fri, May 28, 2004 at 08:21:50AM -0400, Doug Larrick wrote:

> Index: libs/libmythtv/vsync.c
> ===================================================================
> RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/vsync.c,v
> retrieving revision 1.6
> diff -u -r1.6 vsync.c
> --- libs/libmythtv/vsync.c 22 May 2004 13:26:26 -0000 1.6
> +++ libs/libmythtv/vsync.c 28 May 2004 12:21:08 -0000
> @@ -189,11 +189,12 @@
> /* int saved_errno = errno; */
> if (nvidia_fd >= 0) {
> /* Try to poll it to see if we're actually getting data */
> + int ret;
> struct pollfd polldata;
> polldata.fd = nvidia_fd;
> polldata.events = 0xff;
> polldata.revents = 0;
> - int ret = poll( &polldata, 1, 100 );
> + ret = poll( &polldata, 1, 100 );
> if (!ret)
> printf("vblank nvidia retrace timeout\n");
> if (ret < 0)

Committed.

--
- mdz

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.