In the MakeMKV Linux forum there are links to files and instructions for building from source: https://www.makemkv.com/forum2/viewtopic.php?f=3&t=224
Can similar for MacOS be made available?
On my system I've gotten configure to execute without error, but the Makefile has a number of references to Linux, for instance:
CFLAGS=-g -O2 -D_linux_.
If make is executed regardless, it aborts with lots of failures to find include files. (Because _darwin_ isn't defined?)
What is a straightforward way to build MakeMKV from source on/for a Mac?
The reason I ask is that MakeMKV from the dmg doesn't play well with Kodi 18 to play bluray discs. I've modified libmmbd on Linux and so far it seems to work, so I want to try out that solution in my preferred environment, namely MacOS.
dgktkr