[MPlayer-dev-eng] [PATCH] fix compilation

Ivan Kalvachev ikalvachev at gmail.com
Tue Jan 23 21:24:04 CET 2007


2007/1/23, Roberto Togni <rxt at rtogni.it>:
> Hi all.
>
> This fixes compilation on my machine.
> It does 2 things:
> - disable everything that is not needed or unusable by MPlayer
> - handle some dependencies
>
> Many other deps are still ignored, so it may not work if you miss some
> libraries that i have installed. But it's better than nothing.
>
> I'll commit it asap if nobody have a better solution.

Excluding of xvmc decoder should be conditional under $_xvmc.
Why committed the original crap? (Diego of course).

Ok. Roberto,
move all MPlayer specific exclusions under the "#Take care..." part.
It's better to handle them at one place.
And it looks good :)

There are codecs that depend on zlib and should also be excluded when
it's missing. (flashsv, png, zmbv)

There are also other dependences. It's most easy to extract them from
the commit that broke mplayer (
http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/allcodecs.c?r1=7615&r2=7617
)



More information about the MPlayer-dev-eng mailing list