[Mplayer-cvslog] CVS: main Makefile,1.227,1.228

Arpi of Ize arpi at mplayerhq.hu
Fri Nov 1 00:26:38 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv11774

Modified Files:
	Makefile 
Log Message:
optional libwine support (compiling mplayer_wine.so, to be loaded using wine)


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- Makefile	29 Oct 2002 22:01:09 -0000	1.227
+++ Makefile	31 Oct 2002 23:26:35 -0000	1.228
@@ -188,6 +188,10 @@
 	./darwinfixlib.sh $(MPLAYER_DEP)
 	$(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(STATIC_LIB) $(ARCH_LIB) -lm 
 
+mplayer_wine.so:	$(MPLAYER_DEP)
+	./darwinfixlib.sh $(MPLAYER_DEP)
+	$(CC) $(CFLAGS) -shared -Wl,-Bsymbolic -o mplayer_wine.so mplayer_wine.spec.o $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(STATIC_LIB) -lwine $(ARCH_LIB) -lm
+
 $(PRG_FIBMAP): fibmap_mplayer.o
 	$(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o
 




More information about the MPlayer-cvslog mailing list