[MPlayer-dev-eng] [PATCH] (main) configure script output neat-ening
D Richard Felker III
dalias at aerifal.cx
Wed Jul 2 06:29:54 CEST 2003
On Mon, Jun 23, 2003 at 09:14:04PM +0100, Alex Sisson wrote:
> --- Arpi <arpi at thot.banki.hu> wrote: > Hi,
> >
> > > Just a little patch that just seperates all the
> > checks
> > > into sections (video inputs, audio, codecs, etc)
> > to
> >
> > sounds good, i wanted to do it since long time ago
> > (but didn't feel brave enough to mess with this
> > script :))
> >
>
> its *only* 6000 lines :-)
>
> > > Basically just added some echos, moved the
> > video+audio
> > > checks above the video checks, and because there
> > were
> > > a few things (zlib etc) in the wrong place have
> > moved
> > > them down to the 'other' section.
> >
> > did you respect the dependencies ?
> > ie. some checks use results of some checks.
> > both direct (like if something ...) and indeirect
> > (via _inc_extra and such)
> >
>
> No, not as such :-(
> I did check it still detected the things i'd moved ok,
> and that it still all compiled.
>
> The things I have moved are:
>
> # moved up above the video only checks
> SDL
> Windows waveout
> Directx
> NAS
> DXR2
> DXR3/H+
> libmp1e
> libfame
>
> # moved down below the codecs checks
> freetype
> fribidi with charsets
> zlib
> RTC
> external liblzo support
>
>
> do any of these things depend on others, or do others
> depend on them?
PNG depends on zlib. Perhaps other stuff too??
Rich
More information about the MPlayer-dev-eng
mailing list