X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.h;h=a92a4cf78b95ec8b3a92d1051b97c53bac6d6011;hp=3aeeab1639fe4d75100a80132b79d3d4f6a5d52b;hb=7030e4d7bb27c16098b04526d0bfc72291459665;hpb=f2381d07785eb22548298f3b3b268c986ab1c882 diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index 3aeeab1..a92a4cf 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) { @@ -261,6 +260,5 @@ private: std::string m_useragent; RESULT trickSeek(gdouble ratio); }; -#endif #endif