pkgsrc/multimedia/gxine/patches/patch-ah
drochner 7571425681 update to 0.5.6
New features include automatic handling of separate subtitles files,
DVD title/chapter display, and improved playlist item
management and creation. There are some small but potentially useful
Javascript additions too, and quite a few small tweaks and fixes
2006-05-03 12:47:47 +00:00

12 lines
294 B
Text

$NetBSD: patch-ah,v 1.2 2006/05/03 12:47:47 drochner Exp $
--- src/globals.h.orig 2006-03-03 03:01:16.000000000 +0100
+++ src/globals.h
@@ -37,6 +37,7 @@
#include <gdk/gdk.h>
#include <glib.h>
#include <xine.h>
+#include <pthread.h>
#include "script_engine.h"
#include "info_widgets.h"