From 4c69677064aa0fcbbf37199ef36d072536a30f3b Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 14 Sep 2009 08:56:08 +0000 Subject: Re-import mplayer-plugin-firefox as mplayer-plugin. Link with xulrunner. Should be usable for other browsers such as www/epiphany, but didn't test. --- multimedia/mplayer-plugin/patches/patch-ae | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 multimedia/mplayer-plugin/patches/patch-ae (limited to 'multimedia/mplayer-plugin/patches/patch-ae') diff --git a/multimedia/mplayer-plugin/patches/patch-ae b/multimedia/mplayer-plugin/patches/patch-ae new file mode 100644 index 00000000000..0b8a569dbf0 --- /dev/null +++ b/multimedia/mplayer-plugin/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2009/09/14 08:56:09 tnn Exp $ + +--- Source/plugin-threads.cpp.orig 2007-09-22 08:07:14.000000000 +0200 ++++ Source/plugin-threads.cpp 2007-09-22 08:08:18.000000000 +0200 +@@ -2302,7 +2302,7 @@ + local_td->argv[argc++] = NULL; + } + pthread_mutex_unlock(&(local_td->instance->control_mutex)); +- pthread_mutex_unlock(&(local_td->instance->playlist_cond_mutex)); ++ // pthread_mutex_unlock(&(local_td->instance->playlist_cond_mutex)); + // since thread is dead, reset thread state variables. + local_td->instance->threadsetup = 0; + local_td->instance->threadlaunched = 0; -- cgit v1.2.3