diff options
author | phintuka <phintuka> | 2008-11-18 15:27:46 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-18 15:27:46 +0000 |
commit | e42ed2a46de294187258b8132b44bf87a0bdb8fd (patch) | |
tree | 4a5410a791f1fe152a4d7d5a8a5bf451d264e3c6 | |
parent | 0a1ad19ccb3f6306bbee5eae8a398ef81d2226fd (diff) | |
download | xineliboutput-e42ed2a46de294187258b8132b44bf87a0bdb8fd.tar.gz xineliboutput-e42ed2a46de294187258b8132b44bf87a0bdb8fd.tar.bz2 |
Added XINELIBOUTPUT_CONFIGURE_OPTS.
It should be used to set/override configure script parameters in Make.config files.
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.69 2008-11-16 23:45:55 phintuka Exp $ +# $Id: Makefile,v 1.70 2008-11-18 15:27:46 phintuka Exp $ # # The official name of this plugin. @@ -29,7 +29,7 @@ endif USE_ICONV = yes #NOSIGNAL_IMAGE_FILE=/usr/share/vdr/xineliboutput/nosignal.mpv #STARTUP_IMAGE_FILE=/usr/share/vdr/xineliboutput/logodisplay.mpv -CONFIGURE_OPTS = +XINELIBOUTPUT_CONFIGURE_OPTS = ### @@ -114,7 +114,7 @@ endif config.mak: Makefile configure @echo Running configure - @sh configure --cc=$(CC) --cxx=$(CXX) $(CONFIGURE_OPTS) + @sh configure --cc=$(CC) --cxx=$(CXX) $(CONFIGURE_OPTS) $(XINELIBOUTPUT_CONFIGURE_OPTS) -include config.mak ### |