[MPlayer-cvslog] r34143 - in trunk: Makefile configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Oct 1 00:05:54 CEST 2011


On Wed, Sep 28, 2011 at 11:59:02AM +0200, diego wrote:
> +OS_FEATURE-$(GLOB)                   += osdep/glob-win.c

>  echocheck "glob()"
> -_glob=no
> -statement_check glob.h 'glob("filename", 0, 0, 0)' && _glob=yes
> -need_glob=no
> -if test "$_glob" = yes ; then
> -  def_glob='#define HAVE_GLOB 1'
> -else
> -  def_glob='#undef HAVE_GLOB'
> -  # HACK! need_glob currently enables compilation of a
> -  # win32-specific glob()-replacement.
> -  # Other OS neither need it nor can they use it (mf:// is disabled for them).

Did you read that? Because I can't see how trying to compile glob-win.c
would work on non-Windows systems, no matter how much they lack glob()


More information about the MPlayer-cvslog mailing list