shithub: openh264

Download patch

ref: 1884c06652b23c0da2135a3c72067bfdf7a97635
parent: 932a38abc0d84f88d21f61ceb40129f255b95ec5
author: Martin Storsjö <martin@martin.st>
date: Sat May 31 21:00:53 EDT 2014

Remove a redundant definition of WELSEMMS

The same definition already exists in asm_inc.asm.

--- a/codec/decoder/core/x86/intra_pred.asm
+++ b/codec/decoder/core/x86/intra_pred.asm
@@ -50,11 +50,6 @@
 ;*******************************************************************************
 
 SECTION .rodata align=16
-%if 1
-	%define WELSEMMS	emms
-%else
-	%define WELSEMMS
-%endif
 
 align 16
 sse2_plane_inc_minus dw -7, -6, -5, -4, -3, -2, -1, 0