diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-30 01:15:10 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-30 01:15:10 +0000 |
commit | adb3fa4aa4ea3ceb87d7c9c1fef3cf4bca607559 (patch) | |
tree | 1ba3080df96174204dd370c10f7b3af929e4389e /multimedia/libvpx/files/patch-configure | |
parent | - Update to version 1.1.1, now hosted on GitHub (diff) |
multimedia/libvpx: update 1.6.0
ABI is incompatible... or not? SONAME has changed but the removed vp10
symbols weren't actually exposed (and still aren't).
Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails:
vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3':
vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
Notes
Notes:
svn path=/head/; revision=422956
Diffstat (limited to 'multimedia/libvpx/files/patch-configure')
-rw-r--r-- | multimedia/libvpx/files/patch-configure | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/multimedia/libvpx/files/patch-configure b/multimedia/libvpx/files/patch-configure index 83895cfb0833..bfebfb9b1de3 100644 --- a/multimedia/libvpx/files/patch-configure +++ b/multimedia/libvpx/files/patch-configure @@ -1,10 +1,9 @@ ---- configure.orig +--- configure.orig 2016-07-21 01:15:41 UTC +++ configure -@@ -153,6 +153,11 @@ all_platforms="${all_platforms} x86_64-w +@@ -158,6 +158,10 @@ all_platforms="${all_platforms} x86_64-w all_platforms="${all_platforms} x86_64-win64-vs11" all_platforms="${all_platforms} x86_64-win64-vs12" all_platforms="${all_platforms} x86_64-win64-vs14" -+all_platforms="${all_platforms} arm64-linux-gcc" +all_platforms="${all_platforms} ia64-linux-gcc" +all_platforms="${all_platforms} ppc32-linux-gcc" +all_platforms="${all_platforms} ppc64-linux-gcc" @@ -12,7 +11,7 @@ all_platforms="${all_platforms} generic-gnu" # all_targets is a list of all targets that can be configured -@@ -611,15 +612,14 @@ +@@ -585,15 +589,14 @@ process_toolchain() { check_add_cflags -Wimplicit-function-declaration check_add_cflags -Wuninitialized check_add_cflags -Wunused-variable @@ -33,6 +32,6 @@ + else + check_add_cflags -Wunused-but-set-variable + fi - enabled extra_warnings || check_add_cflags -Wno-unused-function - fi - + if enabled mips || [ -z "${INLINE}" ]; then + enabled extra_warnings || check_add_cflags -Wno-unused-function + else |