summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-plugin/patches/patch-ae
diff options
context:
space:
mode:
authortnn <tnn>2009-09-14 08:56:08 +0000
committertnn <tnn>2009-09-14 08:56:08 +0000
commit4c69677064aa0fcbbf37199ef36d072536a30f3b (patch)
tree6caeac35eb402b5618bee44f20d8afafc195d33f /multimedia/mplayer-plugin/patches/patch-ae
parent4056cc5b954a09699e70dd40982d61e4aac766bd (diff)
downloadpkgsrc-4c69677064aa0fcbbf37199ef36d072536a30f3b.tar.gz
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.
Diffstat (limited to 'multimedia/mplayer-plugin/patches/patch-ae')
-rw-r--r--multimedia/mplayer-plugin/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
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;