--- emms.c 2002/09/05 21:35:11 1.5 +++ emms.c 2003/02/15 15:22:19 1.8 @@ -3,8 +3,6 @@ * XVID MPEG-4 VIDEO CODEC * - emms C wrapper - * - * Copyright(C) 2002 Michael Militzer - * * This program is an implementation of a part of one or more MPEG-4 * Video tools as specified in ISO/IEC 14496-2 standard. Those intending * to use this software module in hardware or software products are @@ -29,6 +27,16 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ****************************************************************************/ +/***************************************************************************** + * + * History + * + * - Mon Jun 17 00:10:09 2002 Added legal header + * + * $Id: emms.c,v 1.8 2003/02/15 15:22:19 edgomez Exp $ + * + ****************************************************************************/ + #include "emms.h" #include "../portab.h" @@ -53,12 +61,3 @@ emms_c() { } - -/* The real mmx emms wrapper */ -void -emms_mmx() -{ - /* the EMMS macro is defined according to the compiler in portab.h */ - EMMS(); - -}