Export x264_stack_align
authorSebastian Ramacher <sramacher@debian.org>
Tue, 28 Aug 2018 20:23:24 +0000 (22:23 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Thu, 27 Sep 2018 20:03:40 +0000 (21:03 +0100)
The function is used in x265.c.

Gbp-Pq: Name 0003-Export-x264_stack_align.patch

common/x86/cpu-a.asm

index d94f7d547e9d73213455021827b5d364c7f04fbd..e69667339c548cab18b057dee29b0fcc27a23633 100644 (file)
@@ -83,7 +83,7 @@ cglobal cpu_sfence
 ;-----------------------------------------------------------------------------
 ; intptr_t stack_align( void (*func)(void*), ... ); (up to 5 args)
 ;-----------------------------------------------------------------------------
-cglobal stack_align
+cvisible stack_align
     mov      rax, r0mp
     mov       r0, r1mp
     mov       r1, r2mp