aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-06-20 11:55:31 +0200
committerKoen Kooi <koen@openembedded.org>2010-06-20 11:56:51 +0200
commit9dc1e5ad0064e0f03b3a47ac0fe32035cbbf5067 (patch)
tree40158477864e1371d1f863bd818636939bb9abfd /recipes/webm
parent8079e4ce1279ca6c7d20b1ba5338ee821caca6b4 (diff)
downloadopenembedded-9dc1e5ad0064e0f03b3a47ac0fe32035cbbf5067.tar.gz
libvpx: fix typo in CFLAGS
Diffstat (limited to 'recipes/webm')
-rw-r--r--recipes/webm/libvpx.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/webm/libvpx.inc b/recipes/webm/libvpx.inc
index a2062c60a1..a0aebffc17 100644
--- a/recipes/webm/libvpx.inc
+++ b/recipes/webm/libvpx.inc
@@ -1,11 +1,13 @@
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "BSD"
+PR = "r1"
+
SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
inherit autotools
-CFLAGGS += "-fPIC"
+CFLAGS += "-fPIC"
export CC
export LD = "${CC}"