Compiling gst-plugins-gl (was re: Offscreen rendering and SDL)
Eamon Caddigan
eamon.caddigan at gmail.com
Fri Aug 24 13:34:48 PDT 2012
On Aug 24, 2012, at 11:08 AM, Tim-Philipp Müller <t.i.m at zen.co.uk> wrote:
> On Fri, 2012-08-24 at 10:43 -0700, Eamon Caddigan wrote:
>> On Fri, Aug 24, 2012 at 10:36 AM, Tim-Philipp Müller <t.i.m at zen.co.uk> wrote:
>>>
>>> git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-gl
>>> cd gst-plugins-gl
>>> git checkout -b 0.10 origin/0.10
>>> ./autogen.sh; make
>>
>> Thanks for the reply!
>>
>> Using autogen seems to get me closer, but I get the following error:
>>
>> [snip]
>> + running aclocal -I m4 -I common/m4 ...
>> + running autoheader ...
>> + running autoconf ...
>> configure.ac:64: error: possibly undefined macro: AS_PROG_OBJC
>> If this token and others are legitimate, please use m4_pattern_allow.
>> See the Autoconf documentation.
>
> Is that with the 0.10 branch ?
>
> I get this error as well, but only with the master branch (which is
> currently not in use, pending 0.11 enablement/patch review).
Ah, that was the problem. Thanks! Seems to be working now!
More information about the gstreamer-devel
mailing list