mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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
This commit is contained in:
parent
3cb9484993
commit
0ac35d8555
1 changed files with 0 additions and 3 deletions
|
@ -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 ***
|
||||
|
|
Loading…
Reference in a new issue