[Ffmpeg-cvslog] CVS: ffmpeg configure,1.184,1.185

Michael Niedermayer CVS michael
Mon May 30 00:11:07 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv30785

Modified Files:
	configure 
Log Message:
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- configure	22 May 2005 23:58:57 -0000	1.184
+++ configure	29 May 2005 22:11:05 -0000	1.185
@@ -938,7 +938,7 @@
 EOF
 
 builtin_vector=no
-if $cc -o $TMPO $TMPC 2> /dev/null ; then
+if $cc -msse -o $TMPO $TMPC 2> /dev/null ; then
   builtin_vector=yes
 fi
 





More information about the ffmpeg-cvslog mailing list