Mercurial > mplayer.hg
changeset 17769:7b7681cf5530
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
patch by Erik Lunchpail erik_27can <<at>> yahoo <<dot>> com
author | diego |
---|---|
date | Wed, 08 Mar 2006 11:04:00 +0000 |
parents | c7b1b78f14bd |
children | 30f0556f071e |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Mar 08 10:50:16 2006 +0000 +++ b/Makefile Wed Mar 08 11:04:00 2006 +0000 @@ -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) \