From afe4aff557da8175961cb89ca3b440cde53affe0 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 14 Jan 2016 20:23:44 +0100 Subject: Made ringbuffer size in cHlsPlayer configurable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3