[svn] / trunk / xvidcore / src / dct / x86_asm / fdct_mmx_ffmpeg.asm Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/dct/x86_asm/fdct_mmx_ffmpeg.asm

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

revision 1792, Tue Sep 2 12:23:30 2008 UTC revision 1793, Tue Nov 11 20:46:24 2008 UTC
# Line 19  Line 19 
19  ; *  along with this program; if not, write to the Free Software  ; *  along with this program; if not, write to the Free Software
20  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  ; *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  ; *  ; *
22  ; * $Id: fdct_mmx_ffmpeg.asm,v 1.6 2008-08-19 09:06:48 Isibaar Exp $  ; * $Id: fdct_mmx_ffmpeg.asm,v 1.7 2008-11-11 20:46:24 Isibaar Exp $
23  ; *  ; *
24  ; ***************************************************************************/  ; ***************************************************************************/
25    
# Line 53  Line 53 
53                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
54                          global _%1:function %1.endfunc-%1                          global _%1:function %1.endfunc-%1
55                          %define %1 _%1:function %1.endfunc-%1                          %define %1 _%1:function %1.endfunc-%1
56                            %define ENDFUNC .endfunc
57                  %else                  %else
58                          global _%1                          global _%1
59                          %define %1 _%1                          %define %1 _%1
60                            %define ENDFUNC
61                  %endif                  %endif
62          %else          %else
63                  %ifdef MARK_FUNCS                  %ifdef MARK_FUNCS
64                          global %1:function %1.endfunc-%1                          global %1:function %1.endfunc-%1
65                            %define ENDFUNC .endfunc
66                  %else                  %else
67                          global %1                          global %1
68                            %define ENDFUNC
69                  %endif                  %endif
70          %endif          %endif
71  %endmacro  %endmacro
# Line 402  Line 406 
406  %endif  %endif
407    
408    ret    ret
409  .endfunc  ENDFUNC
410  %endmacro  %endmacro
411    
412  ;=============================================================================  ;=============================================================================

Legend:
Removed from v.1792  
changed lines
  Added in v.1793

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