kaltura/nginx-vod-module

Error compiling nginx-vod-module with nginx-1.24.0

sebastian2012 opened this issue · 2 comments

Hi!
I am compiling the nginx-vod-module with Nginx-1.24.0 on Debian 12 (bookworm). The configure script runs smoothly with the following options:
./configure --with-http_ssl_module --add-module=../nginx-rtmp-module --add-module=../nginx-vod-module --with-file-aio --with-threads --with-cc-opt="-O3" --with-http_stub_status_module --with-http_secure_link_module
However, when I run 'make', I receive the following error message:
../nginx-vod-module/vod/filters/audio_decoder.c: In function ’audio_decoder_init_decoder:
../nginx-vod-module/vod/filters/audio_decoder.c:60:47: error: AVCodecContext has no member named ch_layout; did you mean channel_layout?

Best Regards!

Hi, can you check what is the value of LIBAVUTIL_VERSION_INT in your environment? sounds like the version check may be wrong.