summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-09-02 15:52:16 +0000
committerphintuka <phintuka>2006-09-02 15:52:16 +0000
commit2c127d259bb9062aea6bda331a6c41cacfc8a30c (patch)
tree6a21bf333126308bc1dcf7131e64d0f7ff71b310
parent770436992aedb2ad119784f2a04c310eae987a58 (diff)
downloadxineliboutput-2c127d259bb9062aea6bda331a6c41cacfc8a30c.tar.gz
xineliboutput-2c127d259bb9062aea6bda331a6c41cacfc8a30c.tar.bz2
Added temporary warning about changed arguments
-rw-r--r--Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b32ddb61..5174efd6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.8 2006-08-23 05:28:18 phintuka Exp $
+# $Id: Makefile,v 1.9 2006-09-02 15:52:16 phintuka Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -302,15 +302,24 @@ 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) \
$(VDRSXFE_EXEC) $(VDRFBFE_EXEC) $(XINEINPUTVDR_SO) \
$(XINEPOSTAUTOCROP_SO) $(XINEPOSTHEADPHONE_SO)
$(XINELIBOUTPUT_INSTALL_MSG)
+ $(XINELIBOUTPUT_ARGS_WARNING)
frontends: $(VDRSXFE_EXEC) $(VDRFBFE_EXEC) $(XINEINPUTVDR_SO) \
$(XINEPOSTAUTOCROP_SO) $(XINEPOSTHEADPHONE_SO)
+ $(XINELIBOUTPUT_ARGS_WARNING)
.PHONY: all