From 189b4604c711abbf07cf09c2c213d71ef76e5c02 Mon Sep 17 00:00:00 2001 From: rofafor Date: Mon, 28 Oct 2013 15:31:45 +0000 Subject: Fixed a crash in the config initialization. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc9e9544..acb329dc 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.115 2013-10-02 07:51:44 phintuka Exp $ +# $Id: Makefile,v 1.116 2013-10-28 15:31:45 rofafor Exp $ # # The official name of this plugin. @@ -67,6 +67,7 @@ PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(s LIBDIR = $(call PKGCFG,libdir) LOCDIR = $(call PKGCFG,locdir) PLGCFG = $(call PKGCFG,plgcfg) +VIDEODIR = $(call PKGCFG,videodir) TMPDIR ?= /tmp BINDIR ?= /usr/bin @@ -179,7 +180,7 @@ endif DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' \ -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \ - -DXINELIBOUTPUT_VERSION='"$(VERSION)"' + -DVIDEODIR='"$(VIDEODIR)"' -DXINELIBOUTPUT_VERSION='"$(VERSION)"' ifdef NOSIGNAL_IMAGE_FILE DEFINES += -DNOSIGNAL_IMAGE_FILE='"$(NOSIGNAL_IMAGE_FILE)"' -- cgit v1.2.3