This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
9b9bf5ab73
commit
c853124fb0
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/x86/pngdsp.asm
+ 1
- 1
libavcodec/x86/pngdsp.asm
View File
@@ -28,7 +28,7 @@ SECTION_RODATA
cextern pw_255
cextern pw_255
section .text align=
16
SECTION_TEXT
16
; %1 = nr. of xmm registers used
; %1 = nr. of xmm registers used
%macro ADD_BYTES_FN 1
%macro ADD_BYTES_FN 1
Write
Preview
Loading…
Cancel
Save