[Andreas Cadhalpun]
> Attached is a patch removing the use of -Werror, which is
> a good practice for development builds, but just causes
> unnecessary build failures for release builds.

Andreas, could you please let us know the cause for the error? Is it the following?

   ffsox_source.c:157:7: error: 'av_free_packet' is deprecated
   [-Werror,-Wdeprecated-declarations]
          av_free_packet(pkt);
          ^
   /usr/local/include/libavcodec/avcodec.h:4040:6: note:
   'av_free_packet' has been explicitly marked deprecated here
   void av_free_packet(AVPacket *pkt);
         ^
   1 error generated.
   make[2]: *** [ffsox_source.o] Error 1
   make[1]: *** [all-recursive] Error 1
   make: *** [all] Error 2

Regards, Peter
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to