diff Makefile @ 21091:f83859352e36

Add support for disabling MPlayer compilation.
author diego
date Mon, 20 Nov 2006 16:14:01 +0000
parents 777e1db59946
children a6fcc086fb67
line wrap: on
line diff
--- a/Makefile	Mon Nov 20 14:49:08 2006 +0000
+++ b/Makefile	Mon Nov 20 16:14:01 2006 +0000
@@ -163,7 +163,9 @@
 OBJS_MPLAYER += osdep/mplayer-rc.o
 endif
 
+ifeq ($(MPLAYER),yes)
 ALL_PRG = mplayer$(EXESUF)
+endif
 ifeq ($(MENCODER),yes)
 ALL_PRG += mencoder$(EXESUF)
 endif