You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/11/08 23:07:34 UTC

[GitHub] [guacamole-server] mike-jumper opened a new pull request #352: GUACAMOLE-1330: Dynamically allocate AVPacket when possible (static allocation deprecated as of libavcodec 58.133.100).

mike-jumper opened a new pull request #352:
URL: https://github.com/apache/guacamole-server/pull/352


   This change leverages `av_packet_alloc()` and `av_packet_free()` to dynamically allocate lavc packets after the support is available, relying on static allocation only where not deprecated.
   
   This should finally correct those repeated build failures against Ubuntu rolling and Debian testing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-server] necouchman merged pull request #352: GUACAMOLE-1330: Dynamically allocate AVPacket when possible (static allocation deprecated as of libavcodec 58.133.100).

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #352:
URL: https://github.com/apache/guacamole-server/pull/352


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org