shithub: openh264

Download patch

ref: 7739184dfdfacc1e4f4c39774dedb0b8e87f87ff
parent: 496de8bf0908c06e40b17ef196c92f4252d580ef
author: Sindre Aamås <saamas@cisco.com>
date: Tue Jan 19 08:11:05 EST 2016

Update nasm requirement in README.md

We need version 2.10 or above for AVX2 support.

--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@
 
 Building the Library
 --------------------
-NASM needed to be installed for assembly code: workable version 2.07 or above, nasm can downloaded from http://www.nasm.us/
+NASM needed to be installed for assembly code: workable version 2.10 or above, nasm can downloaded from http://www.nasm.us/
 For Mac OSX 64-bit NASM needed to be below version 2.11.08 as nasm 2.11.08 will introduce error when using RIP-relative addresses in Mac OSX 64-bit
 
 To build the arm assembly for Windows Phone, gas-preprocessor is required. It can be downloaded from git://git.libav.org/gas-preprocessor.git