CVS Commit: vlc

Eugenio Jarosiewicz ej0 at cise.ufl.edu
Fri Apr 6 22:59:12 CEST 2001


One thing: I hacked the configure.in script a little to not build X11
 by default on OSX, since most ppl will have it installed on their OSX
machine.  

The reason for the big with_macosx hack is because (as the comment in
the file said) something like

      AC_CHECK_HEADERS(X11/Xlib.h, [PLUGINS=${PLUGINS}"x11 "])

doesn't work since in my case XF86 installs in

/usr/X11R6/include/X11/*.h files

and apparently autoconf is not smart enough to check for that.  I
could check the system host_os and use the instead of the with_macosx
hack...

  

That, and can we change line 199 of the current configure.in from 

      PLUGINS=${PLUGINS}"sdl ";

to something like

      AC_CHECK_HEADERS(SDL/SDL.h, [PLUGINS=${PLUGINS}"sdl "])
  
(or does that not work for everyone... like X11 doesn't for me ;-)

-ej

On Fri, 6 Apr 2001, Christophe Massiot wrote:

> On Fri, Apr 06, 2001, cvs at videolan.org wrote:
> 
> > Log Message:
> > * Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
> > interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
> > * Bumped up version number to 0.2.70.
>  
> Is this the last commit or are there still any showstoppers before
> 0.2.70 ? - Please test -
> 
> 

-- 
Eugenio Jarosiewicz	  ej0 at cise.ufl.edu	http://www.cise.ufl.edu/~ej0
			* Funny how that works *





More information about the vlc-devel mailing list