summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 000f2d70..7a630c21 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.12 2006-09-10 14:40:23 phintuka Exp $
+# $Id: Makefile,v 1.13 2006-10-18 10:49:19 phintuka Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -316,13 +316,6 @@ XINELIBOUTPUT_INSTALL_MSG = \
$(warning $(shell echo `pwd`)) \
$(warning *****************************************************************) \
-XINELIBOUTPUT_ARGS_WARNING = \
- $(warning *********************** xineliboutput ***************************) \
- $(warning WARNING: )\
- $(warning Command-line arguments have been changed from previous version.) \
- $(warning Check your vdr and xineliboutput startup scripts !) \
- $(warning *****************************************************************) \
-
install : XINELIBOUTPUT_INSTALL_MSG =
all: $(VDRPLUGIN_SO) $(VDRPLUGIN_SXFE_SO) $(VDRPLUGIN_FBFE_SO) \
@@ -330,12 +323,10 @@ all: $(VDRPLUGIN_SO) $(VDRPLUGIN_SXFE_SO) $(VDRPLUGIN_FBFE_SO) \
$(XINEPOSTAUTOCROP_SO) $(XINEPOSTHEADPHONE_SO) \
$(XINEPOSTAUDIOCHANNEL_SO)
$(XINELIBOUTPUT_INSTALL_MSG)
- $(XINELIBOUTPUT_ARGS_WARNING)
frontends: $(VDRSXFE_EXEC) $(VDRFBFE_EXEC) $(XINEINPUTVDR_SO) \
$(XINEPOSTAUTOCROP_SO) $(XINEPOSTHEADPHONE_SO) \
$(XINEPOSTAUDIOCHANNEL_SO)
- $(XINELIBOUTPUT_ARGS_WARNING)
.PHONY: all