1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Added some new symbols and beautified the old ones.

Added audio track selection feature.
Added preliminary device switching feature (disabled at the moment).
This commit is contained in:
Rolf Ahrenberg
2004-06-24 04:20:00 +03:00
parent a6039cdd66
commit 9514ed5387
22 changed files with 443 additions and 185 deletions

View File

@@ -11,7 +11,7 @@ PLUGIN = femon
### 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 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ print $$6 }' | sed -e 's/[";]//g')
### The C++ compiler and options: