Hello All,
I am unable to build the x264enc plugin from package gst-plugins-ugly-0.10.16. I have libx264.so present in /usr/local/lib. I am configuring the package as follows ./configure LDFLAGS=-L/usr/local/lib LIBS=-lx264 LIBS=-lm Am I doing anything wrong ? Or are there any other dependencies for this plugin ? Please suggest. The log from the configure is as follows --------------------------------------------- configure: *** checking feature: x264 plug-in *** configure: *** for plug-ins: x264 *** checking for x264_encoder_encode in -lx264... yes checking x264.h usability... yes checking x264.h presence... yes checking for x264.h... yes checking for uptodate x264 API version... no configure: *** These plugins will not be built: x264 ------------------------------------------------- Regards, Arnab "This email and any files transmitted with it contain confidential, proprietary, privileged information of Symphony Services Corp (India) Pvt. Ltd. and are intended solely for the use of the recipient/s to whom it is addressed. Any unauthorized notifying, copying or distributing of this e-mail, directly or indirectly, and the contents therein in full or part is prohibited by any entity who is not a recipient. Any email received inadvertently or by mistake should be deleted by the entity who is not a recipient thereof. You may be pleased to notify the sender immediately by email and the email should be deleted from your system". ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On 29 September 2010 11:35, Arnab Samanta <[hidden email]> wrote:
> The log from the configure is as follows > --------------------------------------------- > configure: *** checking feature: x264 plug-in *** > configure: *** for plug-ins: x264 *** > checking for x264_encoder_encode in -lx264... yes > checking x264.h usability... yes > checking x264.h presence... yes > checking for x264.h... yes > checking for uptodate x264 API version... no Pretty obvious, no? You need a newer x264 version. Rui ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |