X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.h;h=d54997a604f5f12f9da50fafdd7b7440944d764f;hb=3c367808a0d999678d91c5e3bd34d83e2ac22095;hp=01f7cf7f2efd6fa63aa15da1383089ad51f24b97;hpb=2c862a6323b51e446270ee3b6845ed234ed8771d;p=vuplus_dvbapp diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index 01f7cf7..d54997a 100644 --- a/lib/service/servicemp3.h +++ b/lib/service/servicemp3.h @@ -1,7 +1,6 @@ #ifndef __servicemp3_h #define __servicemp3_h -#ifdef HAVE_GSTREAMER #include #include #include @@ -168,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) { @@ -228,6 +227,5 @@ private: std::string m_useragent; RESULT trickSeek(gdouble ratio); }; -#endif #endif