[-]
[+]
|
Added |
libvpx.changes
|
|
[-]
[+]
|
Changed |
libvpx.spec
^
|
|
[-]
[+]
|
Added |
libvpx-armv7-use-hard-float.patch
^
|
@@ -0,0 +1,13 @@
+--- build/make/configure.sh.orig 2012-12-10 12:55:30.276337981 +0100
++++ build/make/configure.sh 2012-12-10 13:38:41.656642859 +0100
+@@ -738,8 +738,8 @@ process_common_toolchain() {
+ 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 -mfloat-abi=hard
++ check_add_asflags -mcpu=cortex-a8 -mfloat-abi=hard #-march=armv7-a
+ else
+ check_add_cflags -march=${tgt_isa}
+ check_add_asflags -march=${tgt_isa}
|
[-]
[+]
|
Added |
libvpx-configure-add-s390.patch
^
|
@@ -0,0 +1,26 @@
+--- build/make/configure.sh
++++ build/make/configure.sh
+@@ -539,6 +539,12 @@
+ *powerpc*)
+ tgt_isa=ppc32
+ ;;
++ *s390x*)
++ tgt_isa=s390x
++ ;;
++ *s390*)
++ tgt_isa=s390
++ ;;
+ *sparc*)
+ tgt_isa=sparc
+ ;;
+--- configure
++++ configure
+@@ -102,6 +102,8 @@
+ all_platforms="${all_platforms} ppc64-darwin8-gcc"
+ all_platforms="${all_platforms} ppc64-darwin9-gcc"
+ all_platforms="${all_platforms} ppc64-linux-gcc"
++all_platforms="${all_platforms} s390-linux-gcc"
++all_platforms="${all_platforms} s390x-linux-gcc"
+ all_platforms="${all_platforms} sparc-solaris-gcc"
+ all_platforms="${all_platforms} x86-darwin8-gcc"
+ all_platforms="${all_platforms} x86-darwin8-icc"
|
[-]
[+]
|
Added |
libvpx-disable-cross-for-arm.patch
^
|
@@ -0,0 +1,11 @@
+--- build/make/configure.sh.orig 2012-12-10 12:55:30.276337981 +0100
++++ build/make/configure.sh 2012-12-10 12:58:16.721521547 +0100
+@@ -725,7 +725,7 @@ process_common_toolchain() {
+
+ case ${tgt_cc} in
+ gcc)
+- CROSS=${CROSS:-arm-none-linux-gnueabi-}
++ CROSS=""
+ link_with_cc=gcc
+ setup_gnu_toolchain
+ arch_int=${tgt_isa##armv}
|
|
Changed |
libvpx-v1.1.0.tar.bz2
^
|