]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/yuv2rgb_template.c
mpegvideo_xvmc.o depends on mpegvideo.o.
[ffmpeg] / libswscale / yuv2rgb_template.c
index c66f24edeb94dbd7d9bc3798f527ed9ca86f3b51..216ddd2803d13a68027178af7840a5a877914567 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * yuv2rgb_mmx.c, software YUV to RGB converter with Intel MMX "technology"
  *
- * Copyright (C) 2000, Silicon Integrated System Corp.
+ * Copyright (C) 2000, Silicon Integrated System Corp
  *
  * Author: Olie Lho <ollie@sis.com.tw>
  *
@@ -30,7 +30,7 @@
 #undef EMMS
 #undef SFENCE
 
-#if HAVE_3DNOW
+#if HAVE_AMD3DNOW
 /* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
 #define EMMS     "femms"
 #else