New review comment by Snowmean on void-packages repository https://github.com/void-linux/void-packages/pull/25204#discussion_r497945377 Comment: For now software successfully compiles for x86_64 and i686, there are few issues which I hope you can help me to address: 1. arm\aarch compiler fails on finding `livavcodec.h` headers file. It seems like headers files are not part of the libavcodec package for arm\aarch, so I'm not sure how to deal with that. 2. musl version is failing on attempt to import `xlocate.h` file which is part of the `glibc`. I'm not sure what exactly I need to install for musl to make it work. Appreciate any help with resolving those questions.