Libav 11
Update to latest stable release, don't try to install nonexistent avserver files. Closes Homebrew/homebrew#32289. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0da982ee29
commit
430ddee3e7
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Libav < Formula
|
||||
homepage "https://libav.org/"
|
||||
url "https://libav.org/releases/libav-10.4.tar.xz"
|
||||
sha1 "d274abba24aa926d9bdbd6ebec6e07c2bf5639be"
|
||||
url "https://libav.org/releases/libav-11.tar.xz"
|
||||
sha1 "21f3c7c2154c0ad703872f2faa65ef20d6b7a14f"
|
||||
|
||||
head "git://git.libav.org/libav.git"
|
||||
|
||||
|
@ -97,8 +97,8 @@ class Libav < Formula
|
|||
|
||||
system "make"
|
||||
|
||||
bin.install "avconv", "avprobe", "avserver"
|
||||
man1.install "doc/avconv.1", "doc/avprobe.1", "doc/avserver.1"
|
||||
bin.install "avconv", "avprobe"
|
||||
man1.install "doc/avconv.1", "doc/avprobe.1"
|
||||
if build.with? "sdl"
|
||||
bin.install "avplay"
|
||||
man1.install "doc/avplay.1"
|
||||
|
|
Loading…
Reference in a new issue