x265: remove unneeded patch.

This commit is contained in:
Jerome Duval
2015-08-12 21:00:10 +00:00
parent 277b6d7c8b
commit 25c97a619f

View File

@@ -88,28 +88,3 @@ index 6cb815f..a4b138d 100644
--
2.2.2
From e97a640c2d8c7a76094e4833c45ec21e85a10223 Mon Sep 17 00:00:00 2001
From: Timothy Gu <timothygu99@gmail.com>
Date: Mon, 29 Dec 2014 04:43:42 +0000
Subject: checkasm-a: Explicitly use PLT relocation for libc symbols
Fixes linking with PIC (default for all compilation) on Haiku.
diff --git a/source/test/checkasm-a.asm b/source/test/checkasm-a.asm
index f7b9837..d0d622a 100644
--- a/source/test/checkasm-a.asm
+++ b/source/test/checkasm-a.asm
@@ -153,7 +153,7 @@ cglobal checkasm_call, 2,15,16,max_args*8+8
jz .ok
mov r9, rax
lea r0, [error_message]
- call puts
+ call puts wrt ..plt
mov r1, [rsp+max_args*8]
mov dword [r1], 0
mov rax, r9
--
2.2.2