[vlc-devel] vlc: svn commit r9984 (titer)

Subversion daemon svn at videolan.org
Sat Feb 19 02:46:28 CET 2005


r9984 | titer | 2005-02-19 02:46:28 +0100 (Sat, 19 Feb 2005) | 5 lines
Changed paths:
   M /trunk/modules/demux/mkv.cpp

 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

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list