Search found 2 matches

by brokenbutterfly
Mon Sep 08, 2025 4:29 pm
Forum: MakeMKV for Linux
Topic: new ffmpeg version 8.0 , causes errors when building makemkv
Replies: 3
Views: 2185

Re: new ffmpeg version 8.0 , causes errors when building makemkv

I think you want to use AV_PROFILE_UNKNOWN: FFM_PROFILE_UNKNOWN has a different value (even after allowing for signedness). I think you're right. I'm not an experienced C/C++ coder so I was just following the compiler errors until I got MakeMKV to compile. There's another thread where stevenfalco p...
by brokenbutterfly
Sun Sep 07, 2025 8:55 pm
Forum: MakeMKV for Linux
Topic: new ffmpeg version 8.0 , causes errors when building makemkv
Replies: 3
Views: 2185

Re: new ffmpeg version 8.0 , causes errors when building makemkv

Hi, I ran into the same issue on Ubuntu 24.04 after installing ffmpeg from source. The specific error shows up in this line: libffabi/src/ffabi.c:607:45: error: ‘FF_PROFILE_UNKNOWN’ undeclared (first use in this function); did you mean ‘FFM_PROFILE_UNKNOWN’? 607 | if (codec->profiles[i].profile==FF_...