diff options
author | phintuka <phintuka> | 2006-10-18 10:49:19 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-18 10:49:19 +0000 |
commit | a835a7c39a83c3596aa69ee58f346e1080560899 (patch) | |
tree | 7dac7fe052024756607e8352b3fd3c4f91b4cec0 | |
parent | ecfc98b13995a8b2e32478f3d15f5d35bdf03af1 (diff) | |
download | xineliboutput-a835a7c39a83c3596aa69ee58f346e1080560899.tar.gz xineliboutput-a835a7c39a83c3596aa69ee58f346e1080560899.tar.bz2 |
Removed "command-line arguments changed" warning
-rw-r--r-- | Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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 |