[MPlayer-cvslog] r33010 - trunk/gui/app.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Mar 4 20:11:25 CET 2011


On Thu, Mar 03, 2011 at 09:57:21PM +0100, Ingo Brückl wrote:
> Reimar Döffinger wrote on Thu, 3 Mar 2011 21:49:58 +0100:
> 
> > Best get rid of the constant completely and just use
> > FF_ARRAY_ELEMS(evNames)
> > from libavutil/common.h
> 
> I admit that I didn't know FF_ARRAY_ELEMS(), but shouldn't I avoid creating
> new dependencies on where the GUI shall be separated from later?

The GUI depends on libavcodec for the PNG decoder anyway, and libavutil
is a dependency on that. These are not really part of the dependencies we
want to get rid of anyway.


More information about the MPlayer-cvslog mailing list