[Mplayer-cvslog] CVS: main Makefile,1.227,1.228
Arpi of Ize
arpi at mplayerhq.hu
Fri Nov 1 00:26:38 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_boxblur.c,NONE,1.1 vf.c,1.58,1.59 Makefile,1.72,1.73
- Next message: [Mplayer-cvslog] CVS: main mplayer_wine.spec.c,NONE,1.1 mplayer_wine.spec,NONE,1.1 Makefile,1.228,1.229
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_boxblur.c,NONE,1.1 vf.c,1.58,1.59 Makefile,1.72,1.73
- Next message: [Mplayer-cvslog] CVS: main mplayer_wine.spec.c,NONE,1.1 mplayer_wine.spec,NONE,1.1 Makefile,1.228,1.229
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list