summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-30 22:04:25 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-06-08 18:52:17 +0200
commit2ac8d9c207d939f6cdd3d5733a9847e82f02d2a0 (patch)
treea9a979e4614cb090651f56600b854e1e99b7e4c0 /patches
parente5af2c162a7410ff9421259455598f9cff4e8951 (diff)
downloadptxdist-2ac8d9c207d939f6cdd3d5733a9847e82f02d2a0.tar.gz
ptxdist-2ac8d9c207d939f6cdd3d5733a9847e82f02d2a0.tar.xz
[gstreamer] version bump 0.10.25 -> 0.10.29
While being there, add a lib version variable. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/gstreamer-0.10.25/0001-do-not-poison-gst_trace_add_entry.patch29
-rw-r--r--patches/gstreamer-0.10.25/series1
2 files changed, 0 insertions, 30 deletions
diff --git a/patches/gstreamer-0.10.25/0001-do-not-poison-gst_trace_add_entry.patch b/patches/gstreamer-0.10.25/0001-do-not-poison-gst_trace_add_entry.patch
deleted file mode 100644
index f209bae17..000000000
--- a/patches/gstreamer-0.10.25/0001-do-not-poison-gst_trace_add_entry.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 485ae69c9e02f316eb820bfd80eac6c7b14fb973 Mon Sep 17 00:00:00 2001
-From: Peter Kjellerstedt <pkj@axis.com>
-Date: Wed, 14 Oct 2009 08:54:32 +0000
-Subject: trace: Do not poison gst_trace_add_entry()
-
-Since gst_trace_add_entry() is a macro, gcc will barf when it is
-defined in case it has been poisoned due to trace support being
-disabled.
-
-STATUS: Cherry picked from upstream, should not be needed
-anymore when 0.10.26 is released
-
-Signed-off-by: Erwin Rol <erwin@erwinrol.com>
-
----
-diff --git a/gst/gsttrace.h b/gst/gsttrace.h
-index 6372224..59bb340 100644
---- a/gst/gsttrace.h
-+++ b/gst/gsttrace.h
-@@ -223,7 +223,6 @@ extern gint _gst_trace_on;
- #pragma GCC poison gst_trace_set_default
- #pragma GCC poison _gst_trace_add_entry
- #pragma GCC poison gst_trace_read_tsc
--#pragma GCC poison gst_trace_add_entry
- #endif
-
- #define gst_alloc_trace_register(name) (NULL)
---
-cgit v0.8.3-6-g21f6
diff --git a/patches/gstreamer-0.10.25/series b/patches/gstreamer-0.10.25/series
deleted file mode 100644
index 8a1876092..000000000
--- a/patches/gstreamer-0.10.25/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-do-not-poison-gst_trace_add_entry.patch