On Sun, Oct 07, 2001 at 06:11:07PM +0000, Patrick Mackinlay wrote:
> I have installed the latest avifile-0.6.0-20011003, but vcr cannot 
> enumerate the codecs and the following code:
> 
> #include <stdio.h>
> #include "infotypes.h"
> 
> int main(int argn, char *argv[])
> {
>       vector<CodecInfo>::iterator it;

well we are throwing stl out :) of avifile sources as this has become
unusable with gcc3.0, so from now on you have to use:

avm::vector
  and
avm::string 

instead of those from STL

-- 
  .''`.  Which fundamental human right do you want to give up today?
 : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
   `-         Resistance is futile. You all will be packaged

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to