diff options
author | methodus <methodus@web.de> | 2012-10-22 14:31:47 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-22 14:31:47 +0200 |
commit | b1c6f21ad8394d5a15ec4eb84e440f09c07f333e (patch) | |
tree | d7338317285697bce86e505a3d3ae1ca1547c9dc /plugins/provider | |
parent | 2d47656d0dfddea80c04bcf48b3b9c36de784af1 (diff) | |
download | vdr-plugin-upnp-b1c6f21ad8394d5a15ec4eb84e440f09c07f333e.tar.gz vdr-plugin-upnp-b1c6f21ad8394d5a15ec4eb84e440f09c07f333e.tar.bz2 |
Fixed static initialization bug. Fixed linefeed bug
Diffstat (limited to 'plugins/provider')
-rw-r--r-- | plugins/provider/recProvider/Makefile | 2 | ||||
-rw-r--r-- | plugins/provider/vdrProvider/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/provider/recProvider/Makefile b/plugins/provider/recProvider/Makefile index d23a6e7..95f8f41 100644 --- a/plugins/provider/recProvider/Makefile +++ b/plugins/provider/recProvider/Makefile @@ -27,7 +27,7 @@ APIVERSION = $(shell sed -ne '/define UPNPPLUGIN_VERSION/s/^.*"\(.*\)".*$$/\1/p' VDRDIR ?= $(UPNPDIR)/../../.. VDRAPIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h) -INCLUDES += -I$(UPNPDIR)/include +INCLUDES += -I$(UPNPDIR)/include -I$(VDRDIR)/include DEFINES += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE diff --git a/plugins/provider/vdrProvider/Makefile b/plugins/provider/vdrProvider/Makefile index 9f8361e..de30380 100644 --- a/plugins/provider/vdrProvider/Makefile +++ b/plugins/provider/vdrProvider/Makefile @@ -27,7 +27,7 @@ APIVERSION = $(shell sed -ne '/define UPNPPLUGIN_VERSION/s/^.*"\(.*\)".*$$/\1/p' VDRDIR ?= $(UPNPDIR)/../../.. VDRAPIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h) -INCLUDES += -I$(UPNPDIR)/include +INCLUDES += -I$(UPNPDIR)/include -I$(VDRDIR)/include DEFINES += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |