4cdb9ea17d
changes: This release improves playback of some streams, reduces flickering of OSD and brings a whole bunch of updated libraries. It does also fix a vulnerability in xine's RTSP streaming code. See XSA-2004-3 for more information! XXX powerpc asm stuff needs to be checked XXX didn't test the "arts" stuff
12 lines
447 B
Text
12 lines
447 B
Text
$NetBSD: patch-au,v 1.2 2004/05/12 16:37:07 drochner Exp $
|
|
|
|
--- src/xine-engine/xine.c.orig 2004-04-27 18:56:39.000000000 +0200
|
|
+++ src/xine-engine/xine.c 2004-05-11 22:20:16.000000000 +0200
|
|
@@ -238,6 +238,7 @@
|
|
pthread_mutex_init(&port_ticket->lock, NULL);
|
|
pthread_mutex_init(&port_ticket->revoke_lock, NULL);
|
|
pthread_cond_init(&port_ticket->issued, NULL);
|
|
+ pthread_cond_init(&port_ticket->revoked, NULL);
|
|
|
|
return port_ticket;
|
|
}
|