[MPlayer-dev-eng] Near a release (pre3)

Torinthiel torinthiel at wp.pl
Mon Dec 8 22:31:30 CET 2003


On Mon, Dec 08, 2003 at 10:13:10PM +0100, Alex Beregszaszi wrote:
> Hi,
> 
> > > > I plan to release pre3 this evening (it was planned originally on
> > > > the 6th December)
> > > 
> > > Current CVS doen't build for me with GUI enabled:
> > 
> > Exactly what I've said on cvs-log after the patch. And with possible
> > fix included ;)
> After which patch?!

The one that broke it of course ;)

http://mplayerhq.hu/pipermail/mplayer-cvslog/2003-December/017652.html

and my response is here:

http://mplayerhq.hu/pipermail/mplayer-cvslog/2003-December/017665.html

but as for some reason it is unreadable so I reattach my patch (again
sorry for two files, if somebody can tell me how to force CVS to treat
non-existant files as empty... 'cos cvs diff -N doesnt work).
Patch is based on how MEncoder treats mp_msg.c
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3073512
   torinthiel(at)wp(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.280
diff -u -r1.280 Makefile
--- Makefile	8 Dec 2003 12:11:28 -0000	1.280
+++ Makefile	8 Dec 2003 13:49:59 -0000
@@ -230,8 +230,8 @@
 	./darwinfixlib.sh $(MPLAYER_DEP)
 	$(CC) $(CFLAGS) -shared -Wl,-Bsymbolic -o mplayer_wine.so mplayer_wine.spec.c $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) -lwine $(ARCH_LIB) -lm
 
-$(PRG_FIBMAP): fibmap_mplayer.o mp_msg.o
-	$(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o mp_msg.o
+$(PRG_FIBMAP): fibmap_mplayer.o mp_msg-fibmap.o
+	$(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o mp_msg-fibmap.o
 
 ifeq ($(MENCODER),yes)
 $(PRG_MENCODER): $(MENCODER_DEP)
Index: mp_msg.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp_msg.c,v
retrieving revision 1.24
diff -u -r1.24 mp_msg.c
--- mp_msg.c	12 Sep 2003 15:46:16 -0000	1.24
+++ mp_msg.c	8 Dec 2003 13:49:59 -0000
@@ -7,7 +7,7 @@
 
 #include "config.h"
 
-#if	defined(FOR_MENCODER) || defined(CODECS2HTML)
+#if	defined(FOR_MENCODER) || defined(CODECS2HTML) || defined(FOR_FIBMAP)
 #undef	ENABLE_GUI_CODE
 #elif	defined(HAVE_NEW_GUI)
 #define	ENABLE_GUI_CODE	HAVE_NEW_GUI
-------------- next part --------------

#define FOR_FIBMAP 1
#include "mp_msg.c"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20031208/c5de46f1/attachment.pgp>


More information about the MPlayer-dev-eng mailing list