diff --git a/README.chromium b/README.chromium index 591aa242a..0e0080764 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 516 +Version: 519 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 283037310..0c617e760 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 516 +#define LIBYUV_VERSION 519 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/row_x86.asm b/source/row_x86.asm index 6100e9b5d..11650c040 100644 --- a/source/row_x86.asm +++ b/source/row_x86.asm @@ -15,16 +15,6 @@ %endif %include "x86inc.asm" -%ifidn __OUTPUT_FORMAT__,elf -section .note.GNU-stack noalloc noexec nowrite progbits -%endif -%ifidn __OUTPUT_FORMAT__,elf32 -section .note.GNU-stack noalloc noexec nowrite progbits -%endif -%ifidn __OUTPUT_FORMAT__,elf64 -section .note.GNU-stack noalloc noexec nowrite progbits -%endif - SECTION .text ; cglobal numeric constants are parameters, gpr regs, mm regs diff --git a/source/x86inc.asm b/source/x86inc.asm index f3e39d522..cb5c32df3 100644 --- a/source/x86inc.asm +++ b/source/x86inc.asm @@ -550,6 +550,12 @@ DECLARE_ARG 7, 8, 9, 10, 11, 12, 13, 14 %ifidn __OUTPUT_FORMAT__,elf SECTION .note.GNU-stack noalloc noexec nowrite progbits %endif +%ifidn __OUTPUT_FORMAT__,elf32 +section .note.GNU-stack noalloc noexec nowrite progbits +%endif +%ifidn __OUTPUT_FORMAT__,elf64 +section .note.GNU-stack noalloc noexec nowrite progbits +%endif ; cpuflags