[Ffmpeg-devel] ac3enc.c modifications

Alexander Strasser eclipse7
Tue May 24 07:13:54 CEST 2005


Justin Ruggles wrote:
> Michael Niedermayer wrote:
> >>+    dct4(coef_a, in, 8);
> >>+
> >>+    int16_t xx[256];
> >>+    for(i=0; i<128; i++) {
> > 
> > 
> > breaks gcc 2.95
> 
> Could you give more details on that?  I'm running gcc 3.3.4 and it would
> probably take my poor computer all night to compile 2.95.
> Thanks,
> Justin

  For older C standards and compilers, variables have to be declared at the
beginnig of a block. No variable declarations are allowed after the first
normal statement.

  Alex (beastd)





More information about the ffmpeg-devel mailing list