<div dir="ltr">Thanks a lot for the response and the solution. It works now. <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 16, 2013 at 12:18 PM, Gonzalo Garramuno <span dir="ltr"><<a href="mailto:ggarra13@gmail.com" target="_blank">ggarra13@gmail.com</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">On 16/07/13 13:00, Liang Zhang wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Dear Experts,<br>
<br>
I am new to this ffmpeg community and start to learn how to use ffmpeg libav* libraries under Linux ubuntu 3.2.0-24-generic.<br>
<br>
For learning, I tried to compile the example codes (demuxing.c) which was provided in ffmpeg web page. I have a compile bugger that said<br>
<br>
libavutil/timestamp.h: No such file or directory<br>
<br>
Then, I checked the libavutil under /usr/include/ and did not find timestamp.h. Can someone help me where to find this function?<br>
<br>
</blockquote></div>
The file is under libavutil from the ffmpeg original source. When installed, from compilation, you will find it in /usr/local/include. If you are playing with libav* you should download the ffmpeg source distribution rather than rely on the apt-get packages.<br>
<br>
______________________________<u></u>_________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/<u></u>listinfo/libav-user</a><br>
</blockquote></div><br></div>