]> git.sesse.net Git - x264/commitdiff
revert the x86_32 part of r708. elf shared libraries aren't important enough to be...
authorLoren Merritt <pengvado@videolan.org>
Tue, 4 Dec 2007 21:56:18 +0000 (21:56 +0000)
committerLoren Merritt <pengvado@videolan.org>
Tue, 4 Dec 2007 21:56:18 +0000 (21:56 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@709 df754926-b1dd-0310-bc7b-ec298dee348c

common/i386/i386inc.asm

index e77e202c975ec9b1156bf8f07567138e7c12cc73..e56f5940cf212b07cf8f646ae466aa9021c224ee 100644 (file)
@@ -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: