[FFmpeg-cvslog] Use SECTION_TEXT instead of section .text for the compatibility

KO Myung-Hun git at videolan.org
Thu Feb 2 21:57:24 CET 2012


ffmpeg | branch: master | KO Myung-Hun <komh78 at gmail.com> | Thu Feb  2 15:29:39 2012 +0900| [c853124fb0d3b9721008c5bab09462a14899f0cb] | committer: Michael Niedermayer

Use SECTION_TEXT instead of section .text for the compatibility

aout does not support 'align='.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c853124fb0d3b9721008c5bab09462a14899f0cb
---

 libavcodec/x86/pngdsp.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/pngdsp.asm b/libavcodec/x86/pngdsp.asm
index 8c4cb19..f3ec717 100644
--- a/libavcodec/x86/pngdsp.asm
+++ b/libavcodec/x86/pngdsp.asm
@@ -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



More information about the ffmpeg-cvslog mailing list