[Mplayer-cvslog] CVS: main configure,1.634,1.635

Arpi of Ize arpi at mplayerhq.hu
Thu Jan 9 20:01:37 CET 2003


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

Modified Files:
	configure 
Log Message:
libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX
patch by Romain Dolbeau <dolbeau at irisa.fr>


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.634
retrieving revision 1.635
diff -u -r1.634 -r1.635
--- configure	4 Jan 2003 19:26:04 -0000	1.634
+++ configure	9 Jan 2003 19:01:24 -0000	1.635
@@ -4622,6 +4622,8 @@
 if darwin ; then
   # use gnu style cpp on Darwin
   CFLAGS="$CFLAGS -no-cpp-precomp -DSYS_DARWIN"
+  # libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX
+  test "$_altivec" = yes && CFLAGS="$CFLAGS -DCONFIG_DARWIN"
 fi
 if hpux ; then
   # use flag for HPUX missing setenv()



More information about the MPlayer-cvslog mailing list