Hi,
On Thu, Jan 12, 2012 at 1:30 PM, Diego Biurrun wrote:
> This fixes standalone compilation of some decoders with
> --disable-optimizations.
> cabac.h defines some inline functions that use symbols from cabac.c. Without
> optimizations these inline functions are not eliminated and linking fai
This fixes standalone compilation of some decoders with --disable-optimizations.
cabac.h defines some inline functions that use symbols from cabac.c. Without
optimizations these inline functions are not eliminated and linking fails with
references to non-existing symbols.
Splitting the inline fun