summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-01-14 20:23:44 +0100
committerChristian <zerov83@gmail.com>2016-01-14 20:23:44 +0100
commitafe4aff557da8175961cb89ca3b440cde53affe0 (patch)
treee35c5ee6e3694c0c195a25ddb1185615913fa210 /Makefile
parente4ae929e8585c603563d0fd184a2c15a43251e39 (diff)
downloadvdr-plugin-plex-afe4aff557da8175961cb89ca3b440cde53affe0.tar.gz
vdr-plugin-plex-afe4aff557da8175961cb89ca3b440cde53affe0.tar.bz2
Made ringbuffer size in cHlsPlayer configurable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be4833a..060e952 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ CONFIG := #-DDEBUG # uncomment to build DEBUG
### The version number of this plugin (taken from the main source file):
VERSION = $(shell grep 'static const char \*const VERSION *=' $(PLUGIN).h | awk '{ print $$7 }' | sed -e 's/[";]//g')
-GIT_REV = $(shell git describe --always 2>/dev/null)
+GIT_REV = $(shell git describe --tags --always 2>/dev/null)
### The directory environment: