From e241f028f34c84321213ad6436748e4769e289c5 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Tue, 4 Dec 2007 21:56:18 +0000 Subject: [PATCH] revert the x86_32 part of r708. elf shared libraries aren't important enough to be worth the extra lines of code to check for nasm. git-svn-id: svn://svn.videolan.org/x264/trunk@709 df754926-b1dd-0310-bc7b-ec298dee348c --- common/i386/i386inc.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/i386/i386inc.asm b/common/i386/i386inc.asm index e77e202c..e56f5940 100644 --- a/common/i386/i386inc.asm +++ b/common/i386/i386inc.asm @@ -29,10 +29,10 @@ BITS 32 ; Symbol prefix for C linkage %macro cglobal 1 %ifdef PREFIX - global _%1:function hidden + global _%1 %define %1 _%1 %else - global %1:function hidden + global %1 %endif align 16 %1: -- 2.40.0