[cvs] / xvidcore / src / image / x86_asm / deintl_sse.asm Repository:
ViewVC logotype

Diff of /xvidcore/src/image/x86_asm/deintl_sse.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4, Wed Nov 26 01:04:34 2008 UTC revision 1.7, Tue Mar 9 10:00:14 2010 UTC
# Line 4  Line 4 
4  ; *  - simple de-interlacer  ; *  - simple de-interlacer
5  ; *  Copyright(C) 2006 Pascal Massimino <skal@xvid.org>  ; *  Copyright(C) 2006 Pascal Massimino <skal@xvid.org>
6  ; *  ; *
7  ; *  This file is part of XviD, a free MPEG-4 video encoder/decoder  ; *  This file is part of Xvid, a free MPEG-4 video encoder/decoder
8  ; *  ; *
9  ; *  XviD is free software; you can redistribute it and/or modify it  ; *  Xvid is free software; you can redistribute it and/or modify it
10  ; *  under the terms of the GNU General Public License as published by  ; *  under the terms of the GNU General Public License as published by
11  ; *  the Free Software Foundation; either version 2 of the License, or  ; *  the Free Software Foundation; either version 2 of the License, or
12  ; *  (at your option) any later version.  ; *  (at your option) any later version.
# Line 46  Line 46 
46  Mask_6b  times 16 db 0x3f  Mask_6b  times 16 db 0x3f
47  Rnd_3b:  times 16 db 3  Rnd_3b:  times 16 db 3
48    
49  SECTION .rotext align=SECTION_ALIGN  TEXT
50    
51  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
52  ;// sse version  ;// sse version
# Line 131  Line 131 
131  ENDFUNC  ENDFUNC
132    
133  ;//////////////////////////////////////////////////////////////////////  ;//////////////////////////////////////////////////////////////////////
134    NON_EXEC_STACK
 %ifidn __OUTPUT_FORMAT__,elf  
 section ".note.GNU-stack" noalloc noexec nowrite progbits  
 %endif  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4