[MPlayer-cvslog] CVS: main Makefile,1.345,1.346
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Mar 8 12:04:03 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv26512
Modified Files:
Makefile
Log Message:
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
patch by Erik Lunchpail erik_27can <<at>> yahoo <<dot>> com
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -r1.345 -r1.346
--- Makefile 7 Mar 2006 17:49:37 -0000 1.345
+++ Makefile 8 Mar 2006 11:04:00 -0000 1.346
@@ -121,6 +121,7 @@
$(TERMCAP_LIB) \
$(CDPARANOIA_LIB) \
$(MPLAYER_NETWORK_LIB) \
+ $(LIBCDIO_LIB) \
$(WIN32_LIB) \
$(GIF_LIB) \
$(MACOSX_FRAMEWORKS) \
@@ -128,7 +129,6 @@
$(FRIBIDI_LIB) \
$(FONTCONFIG_LIB) \
$(ENCA_LIB) \
- $(LIBCDIO_LIB) \
CFLAGS = $(OPTFLAGS) -I. \
$(CACA_INC) \
More information about the MPlayer-cvslog
mailing list