[MPlayer-dev-eng] [PATCH] Dvdnav part1 - color spu menu buttons

Diego Biurrun diego at biurrun.de
Sat Aug 5 12:32:16 CEST 2006


On Tue, Jun 13, 2006 at 12:06:10AM +0200, Ötvös Attila wrote:
> 
> The color spu menu buttons and simple boxmenu buttons implemeted patch:

This was the latest version of the patch you posted.  Have you worked on
it or updated it since?  There have been many changes to MPlayer in the
meantime, your patch will have to be adapted.

I briefly looked at your patch for upstream libdvdnav, some comments:

  +#ifndef HAVE_MPLAYER
   #ifdef HAVE_CONFIG_H
   #include "config.h"
   #endif
  +#else
  +#include "config.h"
  +#endif

Just add -DHAVE_CONFIG_H to CFLAGS in the Makefile..

You can remove support for libmpdvdkit, we only need libmpdvdkit2.

That's all for now, I'll try to look at it in more detail when I have
time.

Diego



More information about the MPlayer-dev-eng mailing list