diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-10 23:55:25 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-10 23:55:25 +0100 |
commit | e6e5705567a73ac90b040578670d82998cc8788d (patch) | |
tree | e3139734c1d1090691c44082553e96cc5c267568 /Makefile | |
parent | 948c21d5907c78adf00b382d4dc7010b1db5346b (diff) | |
download | vdr-plugin-live-e6e5705567a73ac90b040578670d82998cc8788d.tar.gz vdr-plugin-live-e6e5705567a73ac90b040578670d82998cc8788d.tar.bz2 |
Drop support for old tntnet versions: Removed support to read a tntnet config file.
Only code internal configuration is used now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ APIVERSION = $(call PKGCFG,apiversion) ### Determine tntnet and cxxtools versions: TNTVERSION = $(shell tntnet-config --version | sed -e's/\.//g' | sed -e's/pre.*//g' | awk '/^..$$/ { print $$1."000"} /^...$$/ { print $$1."00"} /^....$$/ { print $$1."0" } /^.....$$/ { print $$1 }') CXXTOOLVER = $(shell cxxtools-config --version | sed -e's/\.//g' | sed -e's/pre.*//g' | awk '/^..$$/ { print $$1."000"} /^...$$/ { print $$1."00"} /^....$$/ { print $$1."0" } /^.....$$/ { print $$1 }') -TNTVERS7 = $(shell ver=$(TNTVERSION); if [ $$ver -ge "1606" ]; then echo "yes"; fi) CXXFLAGS += $(shell tntnet-config --cxxflags) LIBS += $(shell tntnet-config --libs) |