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

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

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

revision 1.13, Sat Feb 15 15:22:19 2003 UTC revision 1.15, Mon Apr 5 20:36:37 2004 UTC
# Line 1  Line 1 
1  /*****************************************************************************  /*****************************************************************************
2   *   *
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - emms wrapper API header -   *  - emms related header -
5   *   *
6   *  This program is an implementation of a part of one or more MPEG-4   *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
  *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending  
  *  to use this software module in hardware or software products are  
  *  advised that its use may infringe existing patents or copyrights, and  
  *  any such use would be at such party's own risk.  The original  
  *  developer of this software module and his/her company, and subsequent  
  *  editors and their companies, will have no liability for use of this  
  *  software or modifications or derivatives thereof.  
7   *   *
8   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 26  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   *   *
  ****************************************************************************/  
 /*****************************************************************************  
  *  
  *  History  
  *  
  *  - Mon Jun 17 00:16:13 2002 Added legal header  
  *  
22   *  $Id$   *  $Id$
23   *   *
24   ****************************************************************************/   ****************************************************************************/
# Line 54  Line 40 
40  /* Implemented functions */  /* Implemented functions */
41    
42  emmsFunc emms_c;  emmsFunc emms_c;
43    
44    #ifdef ARCH_IS_IA32
45  emmsFunc emms_mmx;  emmsFunc emms_mmx;
46  emmsFunc emms_3dn;  emmsFunc emms_3dn;
47    #endif
48    
49  /*****************************************************************************  /*****************************************************************************
50   * Prototypes   * Prototypes
# Line 68  Line 57 
57  extern void sse2_os_trigger(void);  extern void sse2_os_trigger(void);
58  #endif  #endif
59    
60    #ifdef ARCH_IS_PPC
61    extern void altivec_trigger(void);
62    #endif
63    
64  #endif  #endif

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

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