summaryrefslogtreecommitdiff
path: root/audio/liteamp/files/patch-src_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/liteamp/files/patch-src_decoder.c')
-rw-r--r--audio/liteamp/files/patch-src_decoder.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/liteamp/files/patch-src_decoder.c b/audio/liteamp/files/patch-src_decoder.c
deleted file mode 100644
index 9bac6b15d14e..000000000000
--- a/audio/liteamp/files/patch-src_decoder.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/decoder.c.orig Mon Jun 23 21:25:14 2003
-+++ src/decoder.c Mon Jun 23 21:25:27 2003
-@@ -4,6 +4,7 @@
- #endif
-
- #include <gnome.h>
-+#include <pthread.h>
- #include "liteamp.h"
- #include "decoder.h"
- #include "playback.h"
-@@ -266,7 +267,7 @@
- queue_data *data = g_malloc0(sizeof(queue_data));
- data->command = g_strdup("EXIT");
- g_async_queue_push(queue,(gpointer)data);
-- pthread_join(tid);
-+ pthread_join(tid, NULL);
- }
- }
-