[Mplayer-cvslog] CVS: main configure,1.31,1.32
GEREOFFY
arpi_esp at users.sourceforge.net
Thu Apr 26 22:23:26 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv23801
Modified Files:
configure
Log Message:
added --disable-fastmemcpy
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** configure 2001/04/24 22:51:55 1.31
--- configure 2001/04/26 20:23:24 1.32
***************
*** 106,109 ****
--- 106,111 ----
slower than old VfW ones)
+ --disable-fastmemcpy disable 3dnow/sse/mmx optimized memcpy()
+
--with-x11libdir=DIR X library files are in DIR
--with-win32libdir=DIR windows codec files
***************
*** 213,216 ****
--- 215,219 ----
_css=no
_dshow=yes
+ _fastmemcpy=yes
_x=1
***************
*** 613,616 ****
--- 616,622 ----
_dshow=no
;;
+ --disable-fastmemcpy)
+ _fastmemcpy=no
+ ;;
--with-win32libdir=*)
_win32libdir=`echo $ac_option | cut -d '=' -f 2`
***************
*** 670,673 ****
--- 676,680 ----
echo "Checking for PNG support ... $_png"
echo "Checking for DirectShow ... $_dshow"
+ echo "Checking for fastmemcpy ... $_fastmemcpy"
# write conf files.
***************
*** 704,707 ****
--- 711,720 ----
fi
+ if [ $_fastmemcpy = yes ]; then
+ _fastmemcpy='#define USE_FASTMEMCPY'
+ else
+ _fastmemcpy='#undef USE_FASTMEMCPY'
+ fi
+
if [ $_x11 = yes ]; then
if [ $_xdpms = yes ]; then
***************
*** 975,978 ****
--- 988,994 ----
/* DirectShow support */
$_dshow
+
+ /* Use 3dnow/mmxext/sse/mmx optimized fast memcpy() [maybe buggy... signal 4]*/
+ $_fastmemcpy
/* Define if your processor stores words with the most significant
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list