X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.h;h=a92a4cf78b95ec8b3a92d1051b97c53bac6d6011;hp=3aeeab1639fe4d75100a80132b79d3d4f6a5d52b;hb=8e3b33ff38bd7c006351b1921ac8f3d1606de39f;hpb=f8203ea5c494f34cee4fb72fb99b5ca3e429c8a1 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