summaryrefslogtreecommitdiff
path: root/recipes-multimedia/webm/files
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-18 00:49:30 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 11:00:37 +0200
commitd422f02a9f7b0f827672fcdb582b1b845e21b40b (patch)
treea0aca58fb87532e1e2f91ec59a54c681a08c91ee /recipes-multimedia/webm/files
parent64f9768c7017ef55c2557ad19136fff99936890f (diff)
libvpx: update to 1.1.0
Diffstat (limited to 'recipes-multimedia/webm/files')
-rw-r--r--recipes-multimedia/webm/files/configure_remove_implicit_cflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-multimedia/webm/files/configure_remove_implicit_cflags.patch b/recipes-multimedia/webm/files/configure_remove_implicit_cflags.patch
new file mode 100644
index 0000000..a3e20db
--- /dev/null
+++ b/recipes-multimedia/webm/files/configure_remove_implicit_cflags.patch
@@ -0,0 +1,13 @@
+--- libvpx-v1.1.0/build/make/configure.sh~ 2013-06-02 12:01:48.000000000 +0200
++++ libvpx-v1.1.0/build/make/configure.sh 2013-06-02 12:17:00.037084542 +0200
+@@ -750,8 +750,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 -mfloat-abi=softfp
++ #check_add_asflags -mcpu=cortex-a8 -mfloat-abi=softfp #-march=armv7-a
+ else
+ check_add_cflags -march=${tgt_isa}
+ check_add_asflags -march=${tgt_isa}