Mercurial > mplayer.hg
diff Makefile @ 21109:76f8d2c50d4c
Merge MPlayer-specific libs into one variable.
author | diego |
---|---|
date | Tue, 21 Nov 2006 12:12:19 +0000 |
parents | 790256469dd7 |
children | 22f13d04b180 |
line wrap: on
line diff
--- a/Makefile Tue Nov 21 12:04:41 2006 +0000 +++ b/Makefile Tue Nov 21 12:12:19 2006 +0000 @@ -70,9 +70,8 @@ LIBS_MPLAYER = libvo/libvo.a \ libao2/libao2.a \ input/libinput.a \ + $(EXTRALIBS_MPLAYER) \ $(COMMON_LIBS) \ - $(VO_LIBS) \ - $(AO_LIBS) \ LIBS_MENCODER = libmpcodecs/libmpencoders.a \ $(EXTRA_LIB_MENCODER) \ @@ -144,7 +143,7 @@ COMMON_LIBS += $(FREETYPE_LIB) endif ifeq ($(GUI),yes) -LIBS_MPLAYER += Gui/libgui.a $(GTK_LIBS) +LIBS_MPLAYER += Gui/libgui.a PARTS += Gui endif ifeq ($(LIBMENU),yes)