mirror of https://github.com/mpv-player/mpv
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
patch by Erik Lunchpail erik_27can <<at>> yahoo <<dot>> com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17770 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d851f8c22e
commit
d964828799
2
Makefile
2
Makefile
|
@ -121,6 +121,7 @@ COMMON_LIBS = libmpcodecs/libmpcodecs.a \
|
|||
$(TERMCAP_LIB) \
|
||||
$(CDPARANOIA_LIB) \
|
||||
$(MPLAYER_NETWORK_LIB) \
|
||||
$(LIBCDIO_LIB) \
|
||||
$(WIN32_LIB) \
|
||||
$(GIF_LIB) \
|
||||
$(MACOSX_FRAMEWORKS) \
|
||||
|
@ -128,7 +129,6 @@ COMMON_LIBS = libmpcodecs/libmpcodecs.a \
|
|||
$(FRIBIDI_LIB) \
|
||||
$(FONTCONFIG_LIB) \
|
||||
$(ENCA_LIB) \
|
||||
$(LIBCDIO_LIB) \
|
||||
|
||||
CFLAGS = $(OPTFLAGS) -I. \
|
||||
$(CACA_INC) \
|
||||
|
|
Loading…
Reference in New Issue