diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-09 11:26:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-09 13:06:32 +0200 |
commit | bf7567b7b58c45698ee5342ea3c630292c908ad9 (patch) | |
tree | cc8619cec7c21bebd8de1502bbd120e9e6a3d78e /recipes/totem/totem-2.30.0/gst-detect.diff | |
parent | 49a4f2e384f8b239648852de9b3dc1e01f345731 (diff) |
totem: add 2.30.0
Diffstat (limited to 'recipes/totem/totem-2.30.0/gst-detect.diff')
-rw-r--r-- | recipes/totem/totem-2.30.0/gst-detect.diff | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/recipes/totem/totem-2.30.0/gst-detect.diff b/recipes/totem/totem-2.30.0/gst-detect.diff new file mode 100644 index 0000000000..6ac4455ad0 --- /dev/null +++ b/recipes/totem/totem-2.30.0/gst-detect.diff @@ -0,0 +1,46 @@ +--- /tmp/configure.in 2009-10-21 11:43:19.000000000 +0200 ++++ totem-2.28.1/configure.in 2009-10-21 11:47:21.000000000 +0200 +@@ -110,10 +110,6 @@ + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) +- AC_MSG_ERROR([ +- Cannot find required GStreamer-0.10 tool 'gst-inspect-0.10'. +- It should be part of gstreamer-0_10-utils. Please install it. +- ]) + fi + + dnl Check for elements from gst-plugins-base +@@ -124,10 +120,6 @@ + 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. +- ]) + fi + done + +@@ -139,10 +131,6 @@ + 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. +- ]) + fi + done + +@@ -570,10 +558,6 @@ + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) +- AC_MSG_ERROR([ +- Cannot find required GStreamer-0.10 plugin 'souphttpsrc'. +- It should be part of gst-plugins-good. Please install it. +- ]) + fi + ;; + esac |