Search found 1 match

by fang2811
Wed Mar 29, 2023 2:42 am
Forum: MakeMKV for Linux
Topic: FIX for "undefined reference to 'av_mallocz_array"
Replies: 9
Views: 23004

Re: FIX for "undefined reference to 'av_mallocz_array"

I encountered the same compile error on archlinux today.


> pacman -Q ffmpeg openssl expat mesa qt5-base zlib gcc
ffmpeg 2:6.0-4
openssl 3.0.8-1
expat 2.5.0-1
mesa 23.0.1-1
qt5-base 5.15.8+kde+r185-1
zlib 1:1.2.13-2
gcc 12.2.1-2


Here's the specific patch that I applied (based on nrk666's ...