diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-21 11:45:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-21 11:45:26 +0100 |
commit | fb2c77defc822152bcf60d317d333d9b274013f6 (patch) | |
tree | 2d8445ee0b92b69d62b93a5205ce1b71e3bd64c6 | |
parent | df33d402cac1904fe0073d3c5065d9946765bcfe (diff) | |
download | vdr-fb2c77defc822152bcf60d317d333d9b274013f6.tar.gz vdr-fb2c77defc822152bcf60d317d333d9b274013f6.tar.bz2 |
Fixed comment
-rw-r--r-- | PLUGINS/src/osddemo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/PLUGINS/src/osddemo/Makefile b/PLUGINS/src/osddemo/Makefile index 60b5486b..b6b4e9b9 100644 --- a/PLUGINS/src/osddemo/Makefile +++ b/PLUGINS/src/osddemo/Makefile @@ -1,9 +1,11 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 2.8 2012/12/21 11:36:59 kls Exp $ +# $Id: Makefile 2.9 2012/12/21 11:45:26 kls Exp $ # The official name of this plugin. +# This name will be used in the '-P...' option of VDR to load the plugin. +# By default the main source file also carries this name. PLUGIN = osddemo |