[MPlayer-cvslog] r21094 - trunk/Makefile

Diego Biurrun diego at biurrun.de
Mon Nov 20 13:49:21 CET 2006


On Mon, Nov 20, 2006 at 01:14:16PM +0100, Dominik 'Rathann' Mierzejewski wrote:
> On Monday, 20 November 2006 at 12:13, diego wrote:
> > 
> > Modified:
> >    trunk/Makefile
> > 
> > Log:
> > Remove nonsense ifeq around MEncoder target and variable declaration.
> 
> Why was it nonsense?

ifeq around a target hardly ever makes sense.  A target just declares
dependencies.  If you don't want to compile MEncoder, make sure the
target does not get run, i.e. make sure MEncoder does not appear in the
dependencies of a target that does get run.

Diego



More information about the MPlayer-cvslog mailing list