Search found 2 matches
- Sat Aug 30, 2025 1:21 am
- Forum: General MakeMKV discussion
- Topic: makemkv-oss build error on 1.18.1 on Linux
- Replies: 1
- Views: 599
Re: makemkv-oss build error on 1.18.1 on Linux
Figured it out, didn't realize ffmpeg also had updated around the same time to a new major version. makemkv-oss doesn't support building against ffmpeg 8.0. Here's my build scripts in case anyone runs into this and wants a quick fix: Dockerfile: # This builds an image with makemkv installed #sudo do...
- Thu Aug 28, 2025 7:40 pm
- Forum: General MakeMKV discussion
- Topic: makemkv-oss build error on 1.18.1 on Linux
- Replies: 1
- Views: 599
makemkv-oss build error on 1.18.1 on Linux
Hi, not sure the best place to put this. On linux I can't build makemkv-oss due to this error: 828.4 libffabi/src/ffabi.c:607:45: error: 'FF_PROFILE_UNKNOWN' undeclared (first use in this function); did you mean 'FFM_PROFILE_UNKNOWN'? 828.4 607 | if (codec->profiles[i].profile==FF_PROFILE_UNKNOWN) 8...