diff options
author | Benjamin Otte <otte@gnome.org> | 2009-09-08 15:12:23 +0200 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-10-15 20:06:31 +0200 |
commit | 4159cdfe9cf7bb34ebfad3fb1b16178ec6ac4934 (patch) | |
tree | 78456cb6dd956fcd007a07c0e990d6ff0f6b4763 /configure.ac | |
parent | 56203876e412f79e32ef50202281987557cb462f (diff) |
theora: remove support for outdated granulepos hack
This is in preparation to switching to switching to the new Theora API
https://bugzilla.gnome.org/show_bug.cgi?id=594729
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0841d02b..39b123db 100644 --- a/configure.ac +++ b/configure.ac @@ -606,7 +606,7 @@ AG_GST_CHECK_FEATURE(THEORA, [Xiph Theora video codec], theora, [ AG_GST_PKG_CHECK_MODULES(THEORA, theoradec theoraenc) if test x$HAVE_THEORA = xno; then - AG_GST_PKG_CHECK_MODULES(THEORA, theora >= 1.0alpha5) + AG_GST_PKG_CHECK_MODULES(THEORA, theora >= 1.0beta1) fi ]) |