Search found 1 match
- Mon Sep 08, 2025 4:29 pm
- Forum: MakeMKV for Linux
- Topic: new ffmpeg version 8.0 , causes errors when building makemkv
- Replies: 2
- Views: 2748
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...