1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Enabled partial content responses for HTTP protocol.

Updated README and PO headers.
This commit is contained in:
Rolf Ahrenberg
2010-09-10 10:54:06 +03:00
parent d126da8ed8
commit d1fdc390c9
12 changed files with 36 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ PLUGIN = iptv
### The version number of this plugin (taken from the main source file):
VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g')
VERSION = $(shell grep 'const char VERSION\[\] *=' $(PLUGIN).c | awk '{ print $$5 }' | sed -e 's/[";]//g')
### The C++ compiler and options: