]> git.sesse.net Git - x264/commit
arm: do not export every asm function
authorJanne Grunau <janne-x264@jannau.net>
Tue, 1 Apr 2014 20:11:43 +0000 (22:11 +0200)
committerFiona Glaser <fiona@x264.com>
Tue, 22 Apr 2014 22:37:50 +0000 (15:37 -0700)
commitb2e9ca30f1e9ac25df1f592db04ff0d91faf42d4
treeb24463e5b88d68c83dd8056a1effa3f7eaf333ce
parentceb1484da34b7492f539b535a930652690372fe5
arm: do not export every asm function

Based on Libav's libavutil/arm/asm.S. Also prevents having the same
label twice for every function on systems not defining EXTERN_ASM.
Clang's integrated assembler does not like it.
common/arm/asm.S
common/arm/cpu-a.S
common/arm/dct-a.S
common/arm/mc-a.S
common/arm/pixel-a.S