diff options
Diffstat (limited to 'recipes')
-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}" |