[MPlayer-cvslog] r19494 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue Aug 22 14:42:55 CEST 2006
Author: diego
Date: Tue Aug 22 14:42:55 2006
New Revision: 19494
Modified:
trunk/Makefile
Log:
Remove useless else clauses.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Aug 22 14:42:55 2006
@@ -183,7 +183,6 @@
endif
ifeq ($(DVDKIT2),yes)
PARTS += libmpdvdkit2
-else
endif
ifeq ($(GUI),yes)
PARTS += Gui
@@ -358,8 +357,6 @@
MPLAYER_DEP += libmenu/libmenu.a
MENU_LIBS = libmenu/libmenu.a
PARTS += libmenu
-else
-MENU_LIBS =
endif
MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a
More information about the MPlayer-cvslog
mailing list