aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-03 15:50:19 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-01-19 04:24:23 +0100
commit3c367808a0d999678d91c5e3bd34d83e2ac22095 (patch)
tree1cf906a4c9cf1a2f468367b6a0e73495de0c9596
parent672640e924d5c61ec03919b977d38fa2783ad1c8 (diff)
downloadenigma2-3c367808a0d999678d91c5e3bd34d83e2ac22095.tar.gz
enigma2-3c367808a0d999678d91c5e3bd34d83e2ac22095.zip
servicemp3: fix compile error on amd64
-rw-r--r--lib/service/servicemp3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index b864a100..d54997a6 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -167,7 +167,7 @@ public:
int bufferPercent;
int avgInRate;
int avgOutRate;
- long long bufferingLeft;
+ int64_t bufferingLeft;
bufferInfo()
:bufferPercent(0), avgInRate(0), avgOutRate(0), bufferingLeft(-1)
{