blob: 6ac4455ad00a86e5244ee83252ba3e37c2d2a50c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
|