# HG changeset patch # User mswitch # Date 1070052574 0 # Node ID 6d4ffbc33238fb388e1df0998d58eb451886ff6c # Parent 2f30dad6f4907093d36e9ccd440a43b3182545f8 Added a patch from Anders Rune Jensen to support the latest em8300 CVS changes diff -r 2f30dad6f490 -r 6d4ffbc33238 libvo/vo_dxr3.c --- a/libvo/vo_dxr3.c Fri Nov 28 20:43:00 2003 +0000 +++ b/libvo/vo_dxr3.c Fri Nov 28 20:49:34 2003 +0000 @@ -6,6 +6,10 @@ */ /* ChangeLog added 2002-01-10 + * 2003-11-28: + * Added a patch from Anders Rune Jensen to support the latest em8300 CVS + * changes. + * * 2003-02-19: * Yet another patch from Tamas Kohegyi to fix subpic placement. * @@ -863,7 +867,6 @@ if (!strncmp("prebuf", arg, 6) && !dxr3_prebuf) { printf("VO: [dxr3] Enabling prebuffering.\n"); dxr3_prebuf = 1; - fdflags |= O_NONBLOCK; } else if (!strncmp("sync", arg, 4) && !dxr3_newsync) { printf("VO: [dxr3] Using new sync engine.\n"); dxr3_newsync = 1; @@ -951,7 +954,6 @@ strcpy(fdv_name, devname); /* Open the subpicture interface */ - fdflags |= O_NONBLOCK; sprintf(devname, "/dev/em8300_sp-%d", dxr3_device_num); fd_spu = open(devname, fdflags); if (fd_spu < 0) {