Mercurial > mplayer.hg
changeset 19558:607b12d19eed
Move MLIB_LIB to COMMON_LIBS.
author | diego |
---|---|
date | Sun, 27 Aug 2006 22:35:07 +0000 |
parents | 3a5d02f156d3 |
children | 42928a2e88fc |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Aug 27 22:15:46 2006 +0000 +++ b/Makefile Sun Aug 27 22:35:07 2006 +0000 @@ -71,7 +71,6 @@ $(X_LIB) \ $(SDL_LIB) \ $(GGI_LIB) \ - $(MLIB_LIB) \ $(SVGA_LIB) \ $(DIRECTFB_LIB) \ $(CACA_LIB) \ @@ -140,6 +139,7 @@ $(MPLAYER_NETWORK_LIB) \ $(LIBCDIO_LIB) \ $(WIN32_LIB) \ + $(MLIB_LIB) \ $(GIF_LIB) \ $(MACOSX_FRAMEWORKS) \ $(SMBSUPPORT_LIB) \ @@ -389,7 +389,6 @@ LIBS_MENCODER = libmpcodecs/libmpencoders.a \ $(ENCORE_LIB) \ $(COMMON_LIBS) \ - $(MLIB_LIB) \ $(PRG_MENCODER): $(MENCODER_DEP) $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) $(LIBS_MENCODER)