diff options
| author | Christian <zerov83@gmail.com> | 2016-01-14 20:23:44 +0100 |
|---|---|---|
| committer | Christian <zerov83@gmail.com> | 2016-01-14 20:23:44 +0100 |
| commit | afe4aff557da8175961cb89ca3b440cde53affe0 (patch) | |
| tree | e35c5ee6e3694c0c195a25ddb1185615913fa210 /Makefile | |
| parent | e4ae929e8585c603563d0fd184a2c15a43251e39 (diff) | |
| download | vdr-plugin-plex-afe4aff557da8175961cb89ca3b440cde53affe0.tar.gz vdr-plugin-plex-afe4aff557da8175961cb89ca3b440cde53affe0.tar.bz2 | |
Made ringbuffer size in cHlsPlayer configurable
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
