[Mplayer-cvslog] CVS: main Makefile,1.182,1.183
Atmosfear
atmos4 at mplayerhq.hu
Fri May 3 21:27:07 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv23668
Modified Files:
Makefile
Log Message:
Execute darwinfixlib.sh before linking, it will only do something if on darwin, if you don't like that it is always called (I mean on all systems), I could change that, however as it's only called two times during linking I guess it's ok.
If you don't like it I'll add stuff to config.mak via configure to check wether the script is required.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- Makefile 26 Apr 2002 19:47:55 -0000 1.182
+++ Makefile 3 May 2002 19:27:05 -0000 1.183
@@ -193,6 +193,7 @@
endif
$(PRG): $(MPLAYER_DEP)
+ ./darwinfixlib.sh $(MPLAYER_DEP)
$(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) $(VO_LIBS) $(COMMON_LIBS) $(EXTRA_LIB) $(AO_LIBS) $(V_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(LIRC_LIB) $(STATIC_LIB)
$(PRG_FIBMAP): fibmap_mplayer.o
@@ -200,6 +201,7 @@
ifeq ($(MENCODER),yes)
$(PRG_MENCODER): $(MENCODER_DEP)
+ ./darwinfixlib.sh $(MENCODER_DEP) libmpcodecs/libmpencoders.a
$(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) -Llibmpcodecs -lmpencoders $(COMMON_LIBS) $(EXTRA_LIB) $(ENCORE_LIB) $(MLIB_LIB)
endif
More information about the MPlayer-cvslog
mailing list