<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">oh ic! so i forgot make. thx<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">now, when i make my project i get the following errors:<br>
<br><b><i>/hamidi/libav/libav-0.8.6/libavcodec/libx264.c:126: undefined reference to `x264_picture_init'<br>/hamidi/libav/libav-0.8.6/libavcodec/libx264.c:128: undefined reference to `x264_bit_depth'<br>/hamidi/libav/libav-0.8.6/libavcodec/libx264.c:146: undefined reference to `x264_encoder_reconfig'<br>
...<br></i></b></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br>i'm not sure about x264 whether installed. the installed packages including x264 in their names are:<br></div>
<div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">
<br><b><i>libx264-120<br></i></b></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><b><i>libx264-dev<br></i></b></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">
<br>i got it from the following command:<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br><b><i>dpkg -l|grep 264<br></i></b><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, May 27, 2013 at 6:34 PM, Kalileo <span dir="ltr"><<a href="mailto:kalileo@universalx.net" target="_blank">kalileo@universalx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On May 27, 2013, at 20:49 , hamidi wrote:<br>
<br>
> thanx 4 the reply<br>
> i've already tried the option. after downloading and extracting the source, i tried the following:<br>
> ./configure --enable-libx264 --enable-gpl<br>
> make install<br>
> but the function still returns NULL.<br>
> what can i do?<br>
> thx<br>
<br>
</div>there should be a make in between, example:<br>
<br>
./configure --enable-libx264 [your other options]<br>
make<br>
sudo make install<br>
<br>
Watch carefully for any error messages.<br>
<br>
Also, did you install x264 before ?<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div></div></blockquote></div><br></div>