[gst-cvs] gst-plugins-base: theora: Don't check for theora.pc anymore
Stefan Kost
ensonic at hora-obscura.de
Fri Oct 16 00:26:55 PDT 2009
Stefan Kost schrieb:
> Benjamin Otte schrieb:
>
>> Module: gst-plugins-base
>> Branch: master
>> Commit: 0ac35d85550f4552b9e674bb04178b5a8fd4bffe
>> URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=0ac35d85550f4552b9e674bb04178b5a8fd4bffe
>>
>> Author: Benjamin Otte <otte at gnome.org>
>> Date: Thu Sep 10 00:00:44 2009 +0200
>>
>> 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
>>
>>
> Are you sure this i correct?
>
> $ pkg-config --list-all | grep theora
> theora theora - Theora video codec
> $ pkg-config --modversion theora
> 1.0final
>
> Thus, with current git-head theora is not build on ubuntu jaunty.
>
Okay, slomo told me that the jaunty package is wrong and he is uploading
a fixed version to the gstreamer ppa.
Stefan
> Stefan
>
>> ---
>>
>> configure.ac | 3 ---
>> 1 files changed, 0 insertions(+), 3 deletions(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 39b123d..6c857dd 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 ***
>>
More information about the Gstreamer-commits
mailing list