From 9dc1e5ad0064e0f03b3a47ac0fe32035cbbf5067 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 20 Jun 2010 11:55:31 +0200 Subject: libvpx: fix typo in CFLAGS --- recipes/webm/libvpx.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/webm') 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}" -- cgit 1.2.3-korg