1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-09-16 08:36:51 +02:00

x86: pngdsp: Fix assembly for OS/2

The a.out object format does not allow aligning sections.
On OS/2 LD aligns sections to 16 bytes.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Dave Yeo
2012-08-07 21:46:33 -07:00
committed by Diego Biurrun
parent 69ac6400b8
commit 197439c1ef

View File

@@ -28,7 +28,7 @@ SECTION_RODATA
cextern pw_255
section .text align=16
SECTION_TEXT
; %1 = nr. of xmm registers used
%macro ADD_BYTES_FN 1