aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm/libvpx_0.9.5.bb
blob: 42b4199e2ad99216483854a47f25fbf3f801e315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require libvpx.inc

PR = "${INC_PR}.0"

SRC_URI += "file://libvpx-configure-support-blank-prefix.patch \
            file://CVE-2010-4203.patch \
            "

SRC_URI[md5sum] = "4bf2f2c76700202c1fe9201fcb0680e3"
SRC_URI[sha256sum] = "2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa"

CONFIGUREOPTS += " \
        --prefix=${prefix} \
        --libdir=${libdir} \
"