Not building for x264

Peter Maersk-Moller pmaersk at gmail.com
Sat Aug 10 18:10:42 PDT 2013


Problem solved. Searching for x264 using synaptic did not reveal the
libx264-dev, only the x264 pkg.
Installing both packages satisfy the autogen.sh script

  $ pkg-config --cflags x264

  $ pkg-config --libs x264
-lx264 -lpthread

Thanks anyway.
P



On Sun, Aug 11, 2013 at 2:35 AM, Peter Rennert <p.rennert at cs.ucl.ac.uk>wrote:

> Hi,
>
> Do you have the devel version installed? What do you get if you query
> pkg-config straight away:
>
> $ pkg-config --cflags x264
>
> $ pkg-config --libs x264
>
> Peter Maersk-Moller <pmaersk at gmail.com> wrote:
>>
>> Hi.
>> Building the plugins-ugly I can't seem to build for x264 and wonder why.
>>
>> Checking configure.ac I see it requires version 0.120.0
>>
>>   AG_GST_PKG_CHECK_MODULES(X264, x264 >= 0.120.0)
>>
>> Using dpkg I see it is version 0.120.2151+gita3f4407-2
>>
>> dpkg --print-avail x264
>> Package: x264
>> Priority: optional
>> Section: graphics
>> Installed-Size: 675
>> Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
>> Architecture: amd64
>> Version: 2:0.120.2151+gita3f4407-2
>>
>> Checking the output of autogen.sh I see
>>
>>   configure: *** checking feature: x264 plug-in ***
>>   configure: *** for plug-ins: x264 ***
>>   checking for X264... no
>>   configure: No package 'x264' found
>>   configure: *** These plugins will not be built: x264
>>
>> Platform is Ubuntu 12.04 amd64 and plugin-ugly was downloaded with git
>> yesterday. Tried searching the mailing list briefly, but no obvious
>> solution was seen.
>>
>> Any idea what I am missing?
>>
>> Best regards
>> Peter MM
>>
>> ------------------------------
>>
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130811/b1626077/attachment-0001.html>


More information about the gstreamer-devel mailing list