summaryrefslogtreecommitdiff
path: root/package/libvpx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-14 20:53:07 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-14 20:53:07 +0200
commitff4464fa8aef54dbfb124ec22cf4138ebb7219d1 (patch)
treef31731eb0fc3d063efc909293f9ad47bda96dea1 /package/libvpx/Makefile
parenta7109eeb4cf3cc355cff24fb59c0d9cc06a14e8f (diff)
update to latest upstream version
Diffstat (limited to 'package/libvpx/Makefile')
-rw-r--r--package/libvpx/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index e9e102f22..f0ce9380d 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= libvpx
-PKG_VERSION:= 1.1.0
-PKG_RELEASE:= 3
-PKG_MD5SUM:= 7ae163ac3196c79ec2f0904280078a45
+PKG_VERSION:= 1.2.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 6f07da6f5a7f40fdaef0d976d6da3b54
PKG_DESCR:= VP8/VP9 codec library
PKG_SECTION:= libs
PKG_URL:= http://www.webmproject.org/about/
@@ -85,6 +85,10 @@ CONFIGURE_ARGS+= --prefix=/usr \
--enable-shared
ALL_TARGET:=
+post-extract:
+ chmod a+x $(WRKBUILD)/build/make/*.sh
+ chmod a+x $(WRKBUILD)/build/make/*.pl
+
libvpx-install:
$(INSTALL_DIR) $(IDIR_LIBVPX)/usr/lib
$(CP) $(WRKINST)/usr/lib/libvpx.so* \