Skip to content
  • Eric Petit's avatar
    demux/mkv.cpp: be gcc 2.9x friendly: · af9d9d8c
    Eric Petit authored
      + 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
    af9d9d8c