ffmpeg: enable libbluray
Commit f75cb09
removed support for
libbluray, which is needed in order for the ffmpeg formula's `ffprobe`
binary to be able to read information from Blu-ray data.
From looking at the ffmpeg formula's
30 day install history (https://formulae.brew.sh/formula/ffmpeg)
I calculated that about 30,000 installs were attempted with the
`--with-libbluray` switch, and that's with the option having been
missing for the past 17 days.
libbluray (https://www.videolan.org/developers/libbluray.html) is
pretty handy to have, and does not attempt any DRM circumvention, so
it is perfectly safe to include.
Closes #36663.
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
91ef6d5bcd
commit
7d662a9e83
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ class Ffmpeg < Formula
|
|||
depends_on "frei0r"
|
||||
depends_on "lame"
|
||||
depends_on "libass"
|
||||
depends_on "libbluray"
|
||||
depends_on "libvorbis"
|
||||
depends_on "libvpx"
|
||||
depends_on "opencore-amr"
|
||||
|
@ -53,6 +54,7 @@ class Ffmpeg < Formula
|
|||
--enable-ffplay
|
||||
--enable-gpl
|
||||
--enable-libaom
|
||||
--enable-libbluray
|
||||
--enable-libmp3lame
|
||||
--enable-libopus
|
||||
--enable-librubberband
|
||||
|
|
Loading…
Reference in a new issue