Hacker News new | ask | show | jobs
by alexcabrera 2609 days ago
> Did you know that neither mpv or mplayer bottles ship with libdvdread support?

Maybe because Apple doesn't ship a computer with a DVD drive and hasn't for ~5 years?

1 comments

Their formula does not disable libdvdread support, but their build from source process fails to detect it if it is otherwise installed. A build from the vanilla source tarball picks it up just fine. So this is not a "Homebrew decided to disable this option", it seems to be a "Homebrew's build process actively avoids searching for other installed software even when the authors of that underlying software enable support by default".
That's the way it should be, obviously.