Hi all,<br><br>I have downloaded &amp; compiled the latest x264 source from the video lan site. <br><br>I am building the gst-plugins-bad-0.10.10 with the following configure options <br><br>./configure --prefix=$GST_INSTALL_PATH CFLAGS=-I/$GST_INSTALL_PATH/include/ LDFLAGS=-L/$GST_INSTALL_PATH/lib/  <br>
and my $GST_INSTALL_PATH is the path where i installed my GStreamer. The configure throws the following error for building x264 plugin<br><br>==================================================================<br>configure: *** checking feature: x264 plug-in ***<br>
configure: *** for plug-ins: x264 ***<br>checking for x264_nal_encode in -lx264... yes<br>checking x264.h usability... yes<br>checking x264.h presence... no<br>configure: WARNING: x264.h: accepted by the compiler, rejected by the preprocessor!<br>
configure: WARNING: x264.h: proceeding with the compiler&#39;s result<br>checking for x264.h... yes<br>checking for uptodate x264 API version... no<br>configure: *** These plugins will not be built: x264<br>==================================================================<br>
<br>I have the latest x264 source but its still asking for uptodate API version. Could someone help me regarding this?<br><br>Regards.<br>