demux/mkv.cpp: be gcc 2.9x friendly:
+ careful when using std::string's compare, it has changed with gcc 3, you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif + gcc 2.9x doesn't know at() for vectors, use iterators instead
Showing
Please register or sign in to comment