libvpx/libvpx-define-config_pic.patch
Olaf Hering 21d9c5c2a7 - Update to version 1.6.0
This release improves upon the VP9 encoder and speeds up the encoding and
  decoding processes.
  - Enhancement:
    A core focus has been performance for low end Intel processors. SSSE3
    instructions such as 'pshufb' have been avoided and instructions have been
    reordered to better accommodate the more constrained pipelines.
    As a result, devices based on Celeron processors have seen substantial
    decoding improvements. From Indian Runner Duck to Javan Whistling Duck,
    decoding speed improved between 10 and 30%. Between Javan Whistling Duck
    and Khaki Campbell Duck, it improved another 10 to 15%.
    While Celeron benefited most, Core-i5 also improved 5% and 10% between the
    respective releases.
    Realtime performance for WebRTC for both speed and quality has received a
    lot of attention.
  - Bug Fixes:
    A number of fuzzing issues, found variously by Mozilla, Chromium and others,
    have been fixed and we strongly recommend updating.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=67
2016-08-11 12:54:37 +00:00

11 lines
182 B
Diff

--- a/vpx_ports/x86_abi_support.asm
+++ b/vpx_ports/x86_abi_support.asm
@@ -10,6 +10,7 @@
%include "vpx_config.asm"
+%define CONFIG_PIC 0
; 32/64 bit compatibility macros
;