[MPlayer-cvslog] r26501 - trunk/Makefile

Guillaume POIRIER poirierg at gmail.com
Wed Apr 23 23:32:29 CEST 2008


Hello,

On Wed, Apr 23, 2008 at 12:39 AM, diego <subversion at mplayerhq.hu> wrote:
> Author: diego
>  Date: Wed Apr 23 00:39:26 2008
>  New Revision: 26501
>
>  Log:
>  Only add loader to PARTS on x86.
>
>
>  Modified:
>    trunk/Makefile
>
>  Modified: trunk/Makefile
>  ==============================================================================
>  --- trunk/Makefile      (original)
>  +++ trunk/Makefile      Wed Apr 23 00:39:26 2008
>  @@ -214,12 +214,15 @@ PARTS = dvdread \
>          libpostproc \
>          libswscale \
>          libvo \
>  -        loader \
>          mp3lib \
>          stream \
>          tremor \
>          vidix \
>
>  +ifdef ARCH_X86
>  +PARTS += loader
>  +endif
>  +

This is wrong. It will trigger running "make" on loader/ no matter if
WIN32DLL is set to "yes" or not.

Attached (messy) patch fixes this.

It's quite likely that it's not the right way to fix this, though I'm
sure you can find a cleaner way to do this. :-)

Cheers,
Guillaume
-- 
I don't measure a man's success by how high he climbs but how high he
bounces when he hits bottom.
 -- George S. Patton
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: loader.diff
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20080423/c01b8b09/attachment.asc>


More information about the MPlayer-cvslog mailing list