[cvs] / xvidcore / src / utils / emms.c Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/emms.c

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

revision 1.5, Thu Sep 5 21:35:11 2002 UTC revision 1.8, Sat Feb 15 15:22:19 2003 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - emms C wrapper -   *  - emms C wrapper -
5   *   *
  *  Copyright(C) 2002 Michael Militzer  
  *  
6   *  This program is an implementation of a part of one or more MPEG-4   *  This program is an implementation of a part of one or more MPEG-4
7   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
8   *  to use this software module in hardware or software products are   *  to use this software module in hardware or software products are
# Line 29  Line 27 
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   ****************************************************************************/   ****************************************************************************/
30    /*****************************************************************************
31     *
32     *  History
33     *
34     *  - Mon Jun 17 00:10:09 2002 Added legal header
35     *
36     *  $Id$
37     *
38     ****************************************************************************/
39    
40    
41  #include "emms.h"  #include "emms.h"
42  #include "../portab.h"  #include "../portab.h"
# Line 53  Line 61 
61  emms_c()  emms_c()
62  {  {
63  }  }
   
 /* The real mmx emms wrapper */  
 void  
 emms_mmx()  
 {  
         /* the EMMS macro is defined according to the compiler in portab.h */  
         EMMS();  
   
 }  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.8

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