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

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

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

trunk/xvidcore/src/utils/emms.c revision 603, Sat Oct 19 11:41:12 2002 UTC branches/dev-api-4/xvidcore/src/utils/emms.c revision 886, Fri Feb 21 14:49:29 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 <isibaar@xvid.org>  
  *  
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: emms.c,v 1.8 2003-02-15 15:22:19 edgomez Exp $
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.603  
changed lines
  Added in v.886

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