aboutsummaryrefslogtreecommitdiffstats
path: root/packages/totem
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-06 09:06:34 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-06 09:06:34 +0100
commit143a57890aabe89ee930ff5bd38e18ae76eab504 (patch)
tree306792c1b46dd5323123c7d2d39054306bfef024 /packages/totem
parentda9083a0941ef11ec535a657512da8d8ce71cb47 (diff)
downloadopenembedded-143a57890aabe89ee930ff5bd38e18ae76eab504.tar.gz
totem: add missing patch for 2.24.2
Diffstat (limited to 'packages/totem')
-rw-r--r--packages/totem/totem-2.24.2/gst-detect.diff28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/totem/totem-2.24.2/gst-detect.diff b/packages/totem/totem-2.24.2/gst-detect.diff
new file mode 100644
index 0000000000..57c2a3cedf
--- /dev/null
+++ b/packages/totem/totem-2.24.2/gst-detect.diff
@@ -0,0 +1,28 @@
+--- /tmp/configure.in 2008-08-10 15:27:06.000000000 +0200
++++ totem-2.23.4/configure.in 2008-08-10 20:37:08.743198000 +0200
+@@ -142,11 +142,7 @@
+ if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
+ AC_MSG_RESULT([yes])
+ else
+- AC_MSG_RESULT([no])
+- AC_MSG_ERROR([
+- Cannot find required GStreamer-0.10 plugin '$base_element'.
+- It should be part of gst-plugins-base. Please install it.
+- ])
++ AC_MSG_RESULT([yes, we assume OE has already built them])
+ fi
+ done
+
+@@ -157,11 +153,7 @@
+ if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
+ AC_MSG_RESULT([yes])
+ else
+- AC_MSG_RESULT([no])
+- AC_MSG_ERROR([
+- Cannot find required GStreamer-0.10 plugin '$good_element'.
+- It should be part of gst-plugins-good. Please install it.
+- ])
++ AC_MSG_RESULT([yes, we assume OE has already built them])
+ fi
+ done
+