[Mplayer-cvslog] CVS: main/libaf af_resample.c,1.4,1.5

Arpi of Ize arpi at mplayerhq.hu
Thu Oct 3 00:30:13 CEST 2002


Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv29798

Modified Files:
	af_resample.c 
Log Message:
1l


Index: af_resample.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_resample.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- af_resample.c	2 Oct 2002 22:13:14 -0000	1.4
+++ af_resample.c	2 Oct 2002 22:30:10 -0000	1.5
@@ -32,7 +32,7 @@
    slow and to 16 if the machine is fast and has MMX.  
 */
 
-#if defined(HAVE_SSE) && !defined(HAVE_3DNOW) // This machine is slow
+#if !defined(HAVE_SSE) && !defined(HAVE_3DNOW) // This machine is slow
 
 #define L   	8	// Filter length
 // Unrolled loop to speed up execution 




More information about the MPlayer-cvslog mailing list