]> git.sesse.net Git - vlc/commitdiff
contrib: vpx: remove unused patch
authorRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 17:28:18 +0000 (10:28 -0700)
committerRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 18:30:06 +0000 (11:30 -0700)
contrib/src/vpx/libvpx-no-abi.patch [deleted file]

diff --git a/contrib/src/vpx/libvpx-no-abi.patch b/contrib/src/vpx/libvpx-no-abi.patch
deleted file mode 100644 (file)
index 648e3b7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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}