summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8c149fb6..27475333 100644
--- a/Makefile
+++ b/Makefile
@@ -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
###