[svn] / branches / dev-api-3 / xvidcore / src / utils / emms.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/utils/emms.c

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

revision 759, Sat Jan 4 04:28:48 2003 UTC revision 760, Sat Jan 4 06:14:33 2003 UTC
# Line 33  Line 33 
33   *   *
34   *  - Mon Jun 17 00:10:09 2002 Added legal header   *  - Mon Jun 17 00:10:09 2002 Added legal header
35   *   *
36   *  $Id: emms.c,v 1.3 2002-06-16 22:20:36 edgomez Exp $   *  $Id: emms.c,v 1.3.2.1 2003-01-04 06:14:33 suxen_drol Exp $
37   *   *
38   ****************************************************************************/   ****************************************************************************/
39    
# Line 70  Line 70 
70          EMMS();          EMMS();
71    
72  }  }
73    
74    /* 3dnow fast-emms */
75    void
76    emms_3dn()
77    {
78            /* the FEMMS macro is defined according to the compiler in portab.h */
79            FEMMS();
80    }

Legend:
Removed from v.759  
changed lines
  Added in v.760

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