# HG changeset patch # User diego # Date 1156250575 0 # Node ID 3b869f58b0275db131cbc887cde1e6cec5e15321 # Parent 29341cdc1cf32de40c2a0c00093690c6e09e3d9d Remove useless else clauses. diff -r 29341cdc1cf3 -r 3b869f58b027 Makefile --- a/Makefile Tue Aug 22 10:10:33 2006 +0000 +++ b/Makefile Tue Aug 22 12:42:55 2006 +0000 @@ -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