Re: [libav-devel] [PATCH 3/3] cabac: split cabac.h into declarations and function definitions

2012-01-12 Thread Ronald S. Bultje
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

[libav-devel] [PATCH 3/3] cabac: split cabac.h into declarations and function definitions

2012-01-12 Thread Diego Biurrun
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