diff options
-rwxr-xr-x | .gitignore | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | Makefile | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | radio.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | radioaudio.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | radioaudio.h | 0 |
5 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ po/*.mo po/*.pot .project .includepath +vdr-radio-*.tgz @@ -12,7 +12,7 @@ PLUGIN = radio ### The version number of this plugin (taken from the main source file): VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | \ - grep -v GIT \ + grep -v GIT | \ awk '{ print $$6 }' | sed -e 's/[";]//g') GIT_REV = $(shell git describe --always 2>/dev/null) diff --git a/radioaudio.c b/radioaudio.c index 19e63a2..19e63a2 100755..100644 --- a/radioaudio.c +++ b/radioaudio.c diff --git a/radioaudio.h b/radioaudio.h index ab35307..ab35307 100755..100644 --- a/radioaudio.h +++ b/radioaudio.h |