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 /css | |
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 'css')
-rw-r--r-- | css/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/css/Makefile b/css/Makefile index 4a5528f..4373ffb 100644 --- a/css/Makefile +++ b/css/Makefile @@ -3,7 +3,6 @@ PLUGIN = live ### Additional options to silence TNTNET warnings TNTFLAGS ?= -Wno-overloaded-virtual -Wno-unused-function -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 }') ### Includes and Defines (add further entries here): INCLUDES += -I$(VDRDIR)/include -I.. |