shithub: openh264

Download patch

ref: db9fa9154cbb046d832976ebe9895a2c53846baf
parent: c8c74903f83931816ccd7b5297d38ee7b93431b9
author: Sindre Aamås <saamas@cisco.com>
date: Wed Jan 27 08:28:41 EST 2016

Update README.md nasm version requirement

Version 2.10.06 has some RIP-relative relocation fixes for macho64
that are needed to generate correct code on 64-bit OS X with recent
code changes.

--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@
 
 Building the Library
 --------------------
-NASM needed to be installed for assembly code: workable version 2.10 or above, nasm can downloaded from http://www.nasm.us/
+NASM needed to be installed for assembly code: workable version 2.10.06 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