summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bde0724362..6a1a92ba96 100644
--- a/Makefile
+++ b/Makefile
@@ -312,14 +312,12 @@ LIBS_MPLAYER = libvo/libvo.a \
mplayer$(EXESUF): $(MPLAYER_DEP)
$(CC) -o $@ $(OBJS_MPLAYER) $(LIBS_MPLAYER)
-ifeq ($(MENCODER),yes)
LIBS_MENCODER = libmpcodecs/libmpencoders.a \
$(EXTRA_LIB_MENCODER) \
$(COMMON_LIBS) \
mencoder$(EXESUF): $(MENCODER_DEP)
$(CC) -o $@ $(OBJS_MENCODER) $(LIBS_MENCODER)
-endif
osdep/mplayer-rc.o: osdep/mplayer.rc
windres -o $@ osdep/mplayer.rc