# HG changeset patch
# User Diego 'Flameeyes' Pettenò <[EMAIL PROTECTED]>
# Date 1181393002 -7200
# Node ID f2a247faf80519b9af3dd0f68866f76b34c973e3
# Parent  54586f780d926746b668e7149df768a99a18cdf5
Fix typo.

diff -r f2a247faf80519b9af3dd0f68866f76b34c973e3 -r 
54586f780d926746b668e7149df768a99a18cdf5 src/video_out/yuv2rgb.c
--- a/src/video_out/yuv2rgb.c   Sat Jun 09 14:43:22 2007 +0200
+++ b/src/video_out/yuv2rgb.c   Sat Jun 09 14:40:46 2007 +0200
@@ -3215,7 +3215,7 @@ yuv2rgb_factory_t* yuv2rgb_factory_init 
    */
 
   this->yuv2rgb_fun = NULL;
-#if BUILD_MMXEXT_MAYBE
+#ifdef BUILD_MMXEXT_MAYBE
   if ((this->yuv2rgb_fun == NULL) && CHECK_MMXEXT ) {
 
     yuv2rgb_init_mmxext (this);

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to