[MPlayer-cvslog] r28663 - trunk/libmpcodecs/vf_hue.c

diego subversion at mplayerhq.hu
Thu Feb 19 11:06:43 CET 2009


Author: diego
Date: Thu Feb 19 11:06:43 2009
New Revision: 28663

Log:
Remove unused and unreachable code hunk that was surrounded by a misspelled
preprocessor condition.

Modified:
   trunk/libmpcodecs/vf_hue.c

Modified: trunk/libmpcodecs/vf_hue.c
==============================================================================
--- trunk/libmpcodecs/vf_hue.c	Thu Feb 19 10:21:46 2009	(r28662)
+++ trunk/libmpcodecs/vf_hue.c	Thu Feb 19 11:06:43 2009	(r28663)
@@ -160,10 +160,6 @@ static int open(vf_instance_t *vf, char*
         vf->priv->hue *= M_PI / 180.0;
 
 	process = process_C;
-#if HAVE_MMXX
-	if(gCpuCaps.hasMMX) process = process_MMX;
-#endif
-	
 	return 1;
 }
 



More information about the MPlayer-cvslog mailing list