summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorschmirl <schmirl>2010-07-22 14:18:17 +0000
committerschmirl <schmirl>2010-07-22 14:18:17 +0000
commit0a860a1e3e45ee83563b09beb93ede0e99eb75fb (patch)
tree75c551ae4c8540be5f0497664d81ed97608bd147 /CONTRIBUTORS
parentc7d19619db2d818d1c7e5e01eaee5474d790af66 (diff)
downloadvdr-plugin-streamdev-0a860a1e3e45ee83563b09beb93ede0e99eb75fb.tar.gz
vdr-plugin-streamdev-0a860a1e3e45ee83563b09beb93ede0e99eb75fb.tar.bz2
don't use std::map.at(). It's not available in older libstdc++ version
Modified Files: CONTRIBUTORS HISTORY remux/extern.c server/connectionHTTP.c
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index aa4cab0..0e2a2f5 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -160,3 +160,6 @@ Norman Thiel
vel_tins
for reporting that externremux x264 uses value of ABR for VBR
+
+Matthias Prill
+ for reporting a compiler error with older libstdc++ versions