aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-moodbar/files/patch-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstreamer-plugins-moodbar/files/patch-main.c')
-rw-r--r--audio/gstreamer-plugins-moodbar/files/patch-main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/gstreamer-plugins-moodbar/files/patch-main.c b/audio/gstreamer-plugins-moodbar/files/patch-main.c
deleted file mode 100644
index 945b9a961348..000000000000
--- a/audio/gstreamer-plugins-moodbar/files/patch-main.c
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -crB analyzer/main.c analyzer_patched/main.c
-*** analyzer/main.c 2006-10-12 07:43:30.000000000 +0200
---- analyzer_patched/main.c 2010-02-15 20:24:57.000000000 +0100
-***************
-*** 261,267 ****
- };
- GOptionContext *ctx;
- GError *err = NULL;
-!
- ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer");
- g_option_context_add_group (ctx, gst_init_get_option_group ());
- g_option_context_add_main_entries (ctx, entries, NULL);
---- 261,267 ----
- };
- GOptionContext *ctx;
- GError *err = NULL;
-! g_thread_init(NULL);
- ctx = g_option_context_new ("[INFILE] - Run moodbar analyzer");
- g_option_context_add_group (ctx, gst_init_get_option_group ());
- g_option_context_add_main_entries (ctx, entries, NULL);