[MPlayer-dev-eng] [PATCH] recent commit to rgb2rgb_template.c broke compilation

Erik Auerswald auerswal at unix-ag.uni-kl.de
Sun Apr 16 08:56:20 CEST 2006


Hi,

the file postproc/rgb2rgb_template.c (revision 1.78) does not compile,
the attached patch fixes this.

Erik
-------------- next part --------------
Index: postproc/rgb2rgb_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/rgb2rgb_template.c,v
retrieving revision 1.78
diff -u -r1.78 rgb2rgb_template.c
--- postproc/rgb2rgb_template.c 15 Apr 2006 20:46:54 -0000      1.78
+++ postproc/rgb2rgb_template.c 16 Apr 2006 00:05:39 -0000
@@ -45,7 +45,7 @@
 #ifdef __APPLE__
 #define PREFETCH "#"
 #define PREFETCHW "#"
-#elif
+#else
 #define PREFETCH "/nop"
 #define PREFETCHW "/nop"
 #endif
@@ -65,7 +65,7 @@
 #define MOVNTQ "movq"
 #ifdef __APPLE__
 #define SFENCE "#"
-#elif
+#else
 #define SFENCE "/nop"
 #endif
 #endif


More information about the MPlayer-dev-eng mailing list