]> git.sesse.net Git - vlc/blob - contrib/src/vpx/libvpx-no-abi.patch
Use ActiveX from the npapi repo
[vlc] / contrib / src / vpx / libvpx-no-abi.patch
1 diff -Nru libvpx.orig/build/make/configure.sh libvpx/build/make/configure.sh
2 --- libvpx.orig/build/make/configure.sh 2011-07-04 19:21:14.000000000 +0300
3 +++ libvpx/build/make/configure.sh      2011-07-04 19:22:10.000000000 +0300
4 @@ -659,8 +659,8 @@
5                  check_add_asflags -mcpu=${tgt_isa}
6              elif enabled armv7
7              then
8 -                check_add_cflags -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp  #-ftree-vectorize
9 -                check_add_asflags -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp  #-march=armv7-a
10 +                check_add_cflags -march=armv7-a -mcpu=cortex-a8 -mfpu=neon  #-ftree-vectorize
11 +                check_add_asflags -mcpu=cortex-a8 -mfpu=neon  #-march=armv7-a
12              else
13                  check_add_cflags -march=${tgt_isa}
14                  check_add_asflags -march=${tgt_isa}