[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.3.2.2, Sun Jan 5 03:31:26 2003 UTC revision 1.4, Thu Sep 5 21:15:18 2002 UTC
# Line 27  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   ****************************************************************************/   ****************************************************************************/
 /*****************************************************************************  
  *  
  *  History  
  *  
  *  - Mon Jun 17 00:10:09 2002 Added legal header  
  *  
  *  $Id$  
  *  
  ****************************************************************************/  
   
30    
31  #include "emms.h"  #include "emms.h"
32  #include "../portab.h"  #include "../portab.h"
# Line 61  Line 51 
51  emms_c()  emms_c()
52  {  {
53  }  }
54    
55    /* The real mmx emms wrapper */
56    void
57    emms_mmx()
58    {
59            /* the EMMS macro is defined according to the compiler in portab.h */
60            EMMS();
61    
62    }

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

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