Contribs: update libvpx to 1.1.0

This commit is contained in:
Jean-Baptiste Kempf 2013-03-10 16:53:57 +01:00
parent 2426d13bcd
commit 2aa9d5fb98
3 changed files with 12 additions and 13 deletions

View File

@ -1 +1 @@
a54f594fd37f96a693b5377236cad0834581f189fbb8d55c7e3418cd72e217e0eda34b07c14744c7c0d34c0d5c8a19c7ca402146855d7163e3578b5fd2b075cc libvpx-v1.0.0.tar.bz2
5c165a1a171143f7c406ef899914a353d35f6dec0e3c49eec9a4f3311fd4072dea2e0da8ceb80651ad23e24cdbf2d6da328805bda8be042bbea2c65c9e53eaaa libvpx-v1.1.0.tar.bz2

View File

@ -1,14 +1,13 @@
diff -Nru libvpx.orig/build/make/configure.sh libvpx/build/make/configure.sh
--- libvpx.orig/build/make/configure.sh 2011-07-04 19:21:14.000000000 +0300
+++ libvpx/build/make/configure.sh 2011-07-04 19:22:10.000000000 +0300
@@ -659,8 +659,8 @@
check_add_asflags -mcpu=${tgt_isa}
elif enabled armv7
then
- check_add_cflags -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp #-ftree-vectorize
- check_add_asflags -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp #-march=armv7-a
+ check_add_cflags -march=armv7-a -mcpu=cortex-a8 -mfpu=neon #-ftree-vectorize
+ check_add_asflags -mcpu=cortex-a8 -mfpu=neon #-march=armv7-a
--- libvpx-v1.1.0/build/make/configure.sh.orig 2012-05-09 01:14:00.000000000 +0200
+++ libvpx.new/build/make/configure.sh 2013-03-10 16:48:48.562884896 +0100
@@ -738,8 +737,8 @@
check_add_cflags -mfpu=neon #-ftree-vectorize
check_add_asflags -mfpu=neon
fi
- check_add_cflags -march=armv7-a -mcpu=cortex-a8 -mfloat-abi=softfp
- check_add_asflags -mcpu=cortex-a8 -mfloat-abi=softfp #-march=armv7-a
+ check_add_cflags -march=armv7-a -mcpu=cortex-a8
+ check_add_asflags -mcpu=cortex-a8 #-march=armv7-a
else
check_add_cflags -march=${tgt_isa}
check_add_asflags -march=${tgt_isa}

View File

@ -1,6 +1,6 @@
# libvpx
VPX_VERSION := v1.0.0
VPX_VERSION := v1.1.0
VPX_URL := http://webm.googlecode.com/files/libvpx-$(VPX_VERSION).tar.bz2
$(TARBALLS)/libvpx-$(VPX_VERSION).tar.bz2: