diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-20 11:55:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-20 11:56:51 +0200 |
commit | 9dc1e5ad0064e0f03b3a47ac0fe32035cbbf5067 (patch) | |
tree | 40158477864e1371d1f863bd818636939bb9abfd /recipes/webm | |
parent | 8079e4ce1279ca6c7d20b1ba5338ee821caca6b4 (diff) |
libvpx: fix typo in CFLAGS
Diffstat (limited to 'recipes/webm')
-rw-r--r-- | recipes/webm/libvpx.inc | 4 |
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}" |