changeset 21078:31943f2cad55

Remove nonsense ifeq around MEncoder target and variable declaration.
author diego
date Mon, 20 Nov 2006 11:13:40 +0000
parents 7f3cccd16b26
children a09d28771d0c
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Nov 20 09:12:07 2006 +0000
+++ b/Makefile	Mon Nov 20 11:13:40 2006 +0000
@@ -312,14 +312,12 @@
 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