summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-10-07 19:20:19 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-10-07 19:20:19 +0300
commit1dc2ecb06b87c71aa22544b563ca6137bca71418 (patch)
treeb2ff573cd8359df97c01f4af28f549624a1fbbcb /src
parent6d9fbc12440567f38474f490ee647c37fbf7c203 (diff)
downloadvdr-plugin-webvideo-1dc2ecb06b87c71aa22544b563ca6137bca71418.tar.gz
vdr-plugin-webvideo-1dc2ecb06b87c71aa22544b563ca6137bca71418.tar.bz2
support VDR 1.7.13
Diffstat (limited to 'src')
-rw-r--r--src/vdr-plugin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/vdr-plugin/Makefile b/src/vdr-plugin/Makefile
index 04ed962..bd1eee5 100644
--- a/src/vdr-plugin/Makefile
+++ b/src/vdr-plugin/Makefile
@@ -18,7 +18,7 @@ VERSION = $(shell grep 'const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$5
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses
### The directory environment:
@@ -30,9 +30,12 @@ TMPDIR = /tmp
LIBS = `xml2-config --libs` -L../libwebvi -lwebvi
-### Allow user defined options to overwrite defaults:
+### Make sure that necessary options are included:
-include $(VDRDIR)/Make.global
+
+### Allow user defined options to overwrite defaults:
+
-include $(VDRDIR)/Make.config
### The version number of VDR's plugin API (taken from VDR's "config.h"):