theora: Don't check for theora.pc anymore
authorBenjamin Otte <otte@gnome.org>
Wed, 9 Sep 2009 22:00:44 +0000 (00:00 +0200)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 18:12:25 +0000 (20:12 +0200)
THe new APIs from theoradec and theoraenc are used now.

https://bugzilla.gnome.org/show_bug.cgi?id=594729

configure.ac

index 39b123d..6c857dd 100644 (file)
@@ -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 ***