]> git.sesse.net Git - vlc/blob - contrib/src/vpx/libvpx-no-abi.patch
contrib: vpx: build scripts do not use bash anymore
[vlc] / contrib / src / vpx / libvpx-no-abi.patch
1 --- libvpx-v1.1.0/build/make/configure.sh.orig  2012-05-09 01:14:00.000000000 +0200
2 +++ libvpx.new/build/make/configure.sh  2013-03-10 16:48:48.562884896 +0100
3 @@ -738,8 +737,8 @@
4                      check_add_cflags -mfpu=neon #-ftree-vectorize
5                      check_add_asflags -mfpu=neon
6                  fi
7 -                check_add_cflags -march=armv7-a -mcpu=cortex-a8 -mfloat-abi=softfp
8 -                check_add_asflags -mcpu=cortex-a8 -mfloat-abi=softfp  #-march=armv7-a
9 +                check_add_cflags -march=armv7-a -mcpu=cortex-a8
10 +                check_add_asflags -mcpu=cortex-a8  #-march=armv7-a
11              else
12                  check_add_cflags -march=${tgt_isa}
13                  check_add_asflags -march=${tgt_isa}