comparison Makefile @ 19488:3b869f58b027

Remove useless else clauses.
author diego
date Tue, 22 Aug 2006 12:42:55 +0000
parents fa86e7d57d1b
children 1dc1c55328e2
comparison
equal deleted inserted replaced
19487:29341cdc1cf3 19488:3b869f58b027
181 ifeq ($(FAME),yes) 181 ifeq ($(FAME),yes)
182 PARTS += libfame 182 PARTS += libfame
183 endif 183 endif
184 ifeq ($(DVDKIT2),yes) 184 ifeq ($(DVDKIT2),yes)
185 PARTS += libmpdvdkit2 185 PARTS += libmpdvdkit2
186 else
187 endif 186 endif
188 ifeq ($(GUI),yes) 187 ifeq ($(GUI),yes)
189 PARTS += Gui 188 PARTS += Gui
190 endif 189 endif
191 ifneq ($(W32_LIB),) 190 ifneq ($(W32_LIB),)
356 355
357 ifeq ($(LIBMENU),yes) 356 ifeq ($(LIBMENU),yes)
358 MPLAYER_DEP += libmenu/libmenu.a 357 MPLAYER_DEP += libmenu/libmenu.a
359 MENU_LIBS = libmenu/libmenu.a 358 MENU_LIBS = libmenu/libmenu.a
360 PARTS += libmenu 359 PARTS += libmenu
361 else
362 MENU_LIBS =
363 endif 360 endif
364 361
365 MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a 362 MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a
366 363
367 ifeq ($(TARGET_WIN32),yes) 364 ifeq ($(TARGET_WIN32),yes)