summaryrefslogtreecommitdiff
path: root/homebrew/openh264/.beer
blob: 4afed64b6e4dda266fe86a943e8510f3fc527c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Openh264",
    "description": "H.264 codec from Cisco",
    "url": "https://github.com/cisco/openh264/archive/v1.8.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.openh264.org/",
    "depends": [
        {
            "depend": "nasm",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install-shared\", \"PREFIX=#{prefix}\"",
        "chmod 0444, \"#{lib}/libopenh264.dylib\""
    ],
    "version": "1.8.0",
    "file": "openh264.rb"
}