mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 09:57:34 +00:00
Remove useless else clauses.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19494 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01b788f864
commit
50cc36d3c6
3
Makefile
3
Makefile
@ -183,7 +183,6 @@ PARTS += libfame
|
||||
endif
|
||||
ifeq ($(DVDKIT2),yes)
|
||||
PARTS += libmpdvdkit2
|
||||
else
|
||||
endif
|
||||
ifeq ($(GUI),yes)
|
||||
PARTS += Gui
|
||||
@ -358,8 +357,6 @@ ifeq ($(LIBMENU),yes)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user