summaryrefslogtreecommitdiff
path: root/recipes/webm/libvpx.inc
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-09-23 14:47:32 -0400
committerMichael Smith <msmith@cbnco.com>2010-09-27 07:54:54 -0400
commit96eb8296fea83132afcca2bfccf2de2c9f03e211 (patch)
treedb664126c0ba7ac0cc3eded2d9b59d820595887b /recipes/webm/libvpx.inc
parent3619711f4c1c3e99d542801259d029e74a8cab8b (diff)
libvpx: fix 0.9.1 build when prefix=""
The configure script was changed in 0.9.1 and introduced some logic that breaks when prefix is an empty string. Also switch to INC_PR for 0.9.0 and 0.9.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/webm/libvpx.inc')
-rw-r--r--recipes/webm/libvpx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/webm/libvpx.inc b/recipes/webm/libvpx.inc
index a0aebffc17..d773d3ab70 100644
--- a/recipes/webm/libvpx.inc
+++ b/recipes/webm/libvpx.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "BSD"
-PR = "r1"
+INC_PR = "r4"
SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"