From 0ac35d85550f4552b9e674bb04178b5a8fd4bffe Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 10 Sep 2009 00:00:44 +0200 Subject: [PATCH] theora: Don't check for theora.pc anymore THe new APIs from theoradec and theoraenc are used now. https://bugzilla.gnome.org/show_bug.cgi?id=594729 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 39b123db76..6c857dd404 100644 --- a/configure.ac +++ b/configure.ac @@ -605,9 +605,6 @@ AG_GST_CHECK_FEATURE(THEORA, [Xiph Theora video codec], theora, [ dnl theoraenc and theoradec appeared in 1.0beta3 AG_GST_PKG_CHECK_MODULES(THEORA, theoradec theoraenc) - if test x$HAVE_THEORA = xno; then - AG_GST_PKG_CHECK_MODULES(THEORA, theora >= 1.0beta1) - fi ]) dnl *** vorbis ***