[Mplayer-cvslog] CVS: main configure,1.89,1.90

GEREOFFY arpi_esp at users.sourceforge.net
Fri Jun 22 00:28:52 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv28672

Modified Files:
	configure 
Log Message:
freebsd fix

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -r1.89 -r1.90
*** configure	2001/06/21 15:16:52	1.89
--- configure	2001/06/21 22:28:50	1.90
***************
*** 663,667 ****
  EOF
  
! $_cc -I/usr/X11R6/unclude $TMPC -o $TMPO -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm $_socklib > /dev/null 2>&1 && _dga=yes
  # Note: the -lXxf86vm library is the VideoMode extension and though it's
  # not needed for DGA, AFAIK every distribution packages together with DGA
--- 663,667 ----
  EOF
  
! $_cc $_x11incdir $TMPC -o $TMPO -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lXext -lXxf86dga -lXxf86vm $_socklib > /dev/null 2>&1 && _dga=yes
  # Note: the -lXxf86vm library is the VideoMode extension and though it's
  # not needed for DGA, AFAIK every distribution packages together with DGA
***************
*** 1276,1279 ****
--- 1276,1285 ----
  fi
  fi
+ # Under FreeBSD (maybe other systems as well?) we have to add to CFLAGS
+ # for MT applications: 
+ if [ "$system_name" = "FreeBSD" ]; then
+ CFLAGS="$CFLAGS -D_THREAD_SAFE"
+ fi
+ 
  echo
  echo "Creating $MCONF"


_______________________________________________
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