<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    [Andreas Cadhalpun]<br>
    > Attached is a patch removing the use of -Werror, which is<br>
    > a good practice for development builds, but just causes<br>
    > unnecessary build failures for release builds.<br>
    <br>
    Andreas, could you please let us know the cause for the error? Is it
    the following?<br>
    <blockquote>ffsox_source.c:157:7: error: 'av_free_packet' is
      deprecated [-Werror,-Wdeprecated-declarations]<br>
            av_free_packet(pkt);<br>
            ^<br>
      /usr/local/include/libavcodec/avcodec.h:4040:6: note:
      'av_free_packet' has been explicitly marked deprecated here<br>
      void av_free_packet(AVPacket *pkt);<br>
           ^<br>
      1 error generated.<br>
      make[2]: *** [ffsox_source.o] Error 1<br>
      make[1]: *** [all-recursive] Error 1<br>
      make: *** [all] Error 2<br>
    </blockquote>
    Regards, Peter<br>
  </body>
</html>