aboutsummaryrefslogtreecommitdiffstats
path: root/packages/totem/totem
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-10 19:08:50 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-10 19:08:50 +0000
commitef8e477cb0d7367cc8375ed52dd2102b289622a6 (patch)
tree49daec38366169235876b5c742a2876f22510b51 /packages/totem/totem
parent201225b260c776c256ef7ab633ca45c82235bf0a (diff)
downloadopenembedded-ef8e477cb0d7367cc8375ed52dd2102b289622a6.tar.gz
totem: add more gst plugins and fix mythtv detection
Diffstat (limited to 'packages/totem/totem')
-rw-r--r--packages/totem/totem/gst-detect.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/totem/totem/gst-detect.diff b/packages/totem/totem/gst-detect.diff
index 5fc0788654..6d37515995 100644
--- a/packages/totem/totem/gst-detect.diff
+++ b/packages/totem/totem/gst-detect.diff
@@ -1,5 +1,5 @@
--- /tmp/configure.in 2008-08-10 15:27:06.000000000 +0200
-+++ totem-2.23.4/configure.in 2008-08-10 17:35:46.593198000 +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])
@@ -31,7 +31,7 @@
;;
mythtv)
- PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7 gmyth-upnp >= 0.7.1,
-+ PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7.0,
++ PKG_CHECK_MODULES(GMYTH, gmyth >= 0.7.0 gmyth-upnp,
[HAVE_GMYTH=yes], [HAVE_GMYTH=no])
if test "${HAVE_GMYTH}" != "yes"; then
plugin_error_or_ignore "you need GMyth >= 0.7 installed for the MythTV plugin"