summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-12-08 22:55:16 +0100
committerNick Schermer <nick@xfce.org>2012-12-08 22:55:16 +0100
commit27c1d836b6e14083fe6c4e0da0255a3ead40eb31 (patch)
tree060f3fba3021f6a28ce60242bb2d056155968b93 /acinclude.m4
parentdf93ffb651100b18ec2896ae2f7d995ddcf155f6 (diff)
downloadtumbler-27c1d836b6e14083fe6c4e0da0255a3ead40eb31.tar.gz
New gstreamer thumbnailer based on totem-thumbnailer.
Better code that should fix most of the existing bugs in the bug tracker. Improved cancellation and handling of aborted streams. Also depend on gstreamer-1.0.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9841563..e84b8c3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -158,7 +158,7 @@ if test x"$ac_tumbler_gstreamer_thumbnailer" = x"yes"; then
PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14],
[
dnl Check for libgstreamerthumbnailer
- PKG_CHECK_MODULES([GSTREAMER], [gstreamer-0.10], [], [ac_tumbler_gstreamer_thumbnailer=no])
+ PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0], [], [ac_tumbler_gstreamer_thumbnailer=no])
], [ac_tumbler_gstreamer_thumbnailer=no])
fi