libvpx: add 0.9.5
authorKoen Kooi <koen@openembedded.org>
Sun, 31 Oct 2010 12:58:21 +0000 (13:58 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 31 Oct 2010 14:25:33 +0000 (15:25 +0100)
recipes/webm/libvpx_0.9.5.bb [new file with mode: 0644]

diff --git a/recipes/webm/libvpx_0.9.5.bb b/recipes/webm/libvpx_0.9.5.bb
new file mode 100644 (file)
index 0000000..b7ced8f
--- /dev/null
@@ -0,0 +1,14 @@
+require libvpx.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "file://libvpx-configure-support-blank-prefix.patch;apply=yes"
+
+SRC_URI[md5sum] = "609370925b274aeaa29e94fc34c74957"
+SRC_URI[sha256sum] = "7425853d06443a0ce8e9cfc7cd3b0a43228b22c10dca813da68af9b114510b3b"
+
+CONFIGUREOPTS += " \
+        --prefix=${prefix} \
+        --libdir=${libdir} \
+"
+