diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-14 13:53:38 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-14 13:53:38 +0100 |
commit | 6715f4048407bb4db430f3181d29ee71a9069653 (patch) | |
tree | 1e8cbaa65e56969b62e29340d8b844987737090a /CONTRIBUTORS | |
parent | 17485ccc96a2c562ba947070acc0a77be2b7db9c (diff) | |
download | vdr-6715f4048407bb4db430f3181d29ee71a9069653.tar.gz vdr-6715f4048407bb4db430f3181d29ee71a9069653.tar.bz2 |
Added some missing 'const' keywords to avoid compilation errors with gcc 4.4 (backport from version 1.7.8)
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ab8d1199..043c6653 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2367,3 +2367,5 @@ Winfried Köhler <w_koehl@gmx.de> Ralf Schueler <dl4mw@schueler.ws> for backporting "Changed cDvbDevice::GrabImage() to use V4L" from version 1.7.3 to 1.6.0-3 + for backporting "Added some missing 'const' keywords to avoid compilation errors + with gcc 4.4" from version 1.7.8 to 1.6.0-3 |