[MPlayer-cvslog] r21094 - trunk/Makefile

diego subversion at mplayerhq.hu
Mon Nov 20 12:13:40 CET 2006


Author: diego
Date: Mon Nov 20 12:13:40 2006
New Revision: 21094

Modified:
   trunk/Makefile

Log:
Remove nonsense ifeq around MEncoder target and variable declaration.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Nov 20 12:13:40 2006
@@ -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



More information about the MPlayer-cvslog mailing list