Browse Source

Use SECTION_TEXT instead of section .text for the compatibility

aout does not support 'align='.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
KO Myung-Hun Michael Niedermayer 14 years ago
parent
commit
c853124fb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/pngdsp.asm

+ 1
- 1
libavcodec/x86/pngdsp.asm View File

@@ -28,7 +28,7 @@ SECTION_RODATA

cextern pw_255

section .text align=16
SECTION_TEXT 16

; %1 = nr. of xmm registers used
%macro ADD_BYTES_FN 1


Loading…
Cancel
Save