<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/22/2014 08:52 PM, Ierum Shanaya
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABjQXVy-LtFCYeGRNJUbUCeWdWTdS5amdbQzz7W5EvHfoAVBow@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>hi,<br>
            <br>
          </div>
          I have installed ffmpeg on Ubuntu 12.04 as specified in the
          link:<br>
          <br>
          <a moz-do-not-send="true"
            href="https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide">https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide</a><br>
          <br>
        </div>
        and when i try to compile the examples present under
        ffmpeg/examples, i get an error <br>
        <div><br>
          ffmpeg_sources/ffmpeg/libavutil/common.h:44:32: fatal error:
          libavutil/avconfig.h: No such file or directory<br>
          <br>
        </div>
        <div>the command i used to compile example file
          demuxing_decoding.c is<br>
          <br>
          $ gcc -o demuxing_decoding demuxing_decoding.c -lavutil
          -lavformat -lavcodec -lz -lavutil -lm<br>
          <br>
        </div>
        <div>And when i looked into libavutil directory, there was no
          avconfig.h.<br>
          <br>
        </div>
        <div>Could someone please let me know, where i have gone wrong.<br>
          <br>
          Thanks,<br>
        </div>
        <div>Ierum<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    <br>
    have you configured and install ffmpeg before trying to compile
    examples<br>
    Thanks<br>
    Anshul<br>
  </body>
</html>