[Mplayer-cvslog] CVS: main mplayer.c,1.695,1.696 playtreeparser.h,1.4,1.5
Attila Kinali
kinali at gmx.net
Sun Jun 22 10:04:27 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct36_3dnow.c,NONE,1.1 dct36_k7.c,NONE,1.1 Makefile,1.34,1.35 dct36_3dnow.s,1.1.1.1,NONE dct36_k7.s,1.1,NONE
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.695,1.696 playtreeparser.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On Fri, 30 May 2003 19:53:06 +0200
Alex Beregszaszi <alex at mplayerhq.hu> wrote:
> Update of /cvsroot/mplayer/main
> In directory mail:/var/tmp.root/cvs-serv13601
>
> Modified Files:
> mplayer.c playtreeparser.h
> Log Message:
> warning fixes by Dominik Mierzejewski <dominik at rangers.eu.org>
>
> Index: mplayer.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/mplayer.c,v
> retrieving revision 1.695
> retrieving revision 1.696
> diff -u -r1.695 -r1.696
> --- mplayer.c 23 May 2003 15:01:02 -0000 1.695
> +++ mplayer.c 30 May 2003 17:53:03 -0000 1.696
> @@ -49,6 +49,10 @@
> #include "libvo/font_load.h"
> #include "libvo/sub.h"
>
> +#ifdef HAVE_X11
> +#include "libvo/x11_common.h"
> +#endif
What's the sense of this ? mplayer.c doesnt have any reference to
the x11 vo system (at least i didnt find any).
> #include "libao2/audio_out.h"
> #include "libao2/audio_plugin.h"
>
> @@ -107,6 +111,12 @@
> // Playtree
> //**************************************************************************//
> #include "playtree.h"
> +#include "playtreeparser.h"
> +
> +#ifdef HAVE_NEW_GUI
> +extern int import_playtree_playlist_into_gui(play_tree_t* my_playtree, m_config_t* config);
> +extern int import_initial_playtree_into_gui(play_tree_t* my_playtree, m_config_t* config, int enqueue);
Same here, there is no reference to
import_initial_playtree_into_gui in mplayer.c
Attila Kinali
--
Emacs ist für mich kein Editor. Für mich ist das genau das gleiche, als wenn
ich nach einem Fahrrad (für die Sonntagbrötchen) frage und einen pangalaktischen
Raumkreuzer mit 10 km Gesamtlänge bekomme. Ich weiß nicht, was ich damit soll.
-- Frank Klemm, de.comp.os.unix.discussion
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct36_3dnow.c,NONE,1.1 dct36_k7.c,NONE,1.1 Makefile,1.34,1.35 dct36_3dnow.s,1.1.1.1,NONE dct36_k7.s,1.1,NONE
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.695,1.696 playtreeparser.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list