[MPlayer-cvslog] r19564 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon Aug 28 00:35:08 CEST 2006
Author: diego
Date: Mon Aug 28 00:35:07 2006
New Revision: 19564
Modified:
trunk/Makefile
Log:
Move MLIB_LIB to COMMON_LIBS.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Aug 28 00:35:07 2006
@@ -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)
More information about the MPlayer-cvslog
mailing list