Luca Barbato <[email protected]> writes: > On 10/19/2012 03:29 PM, Kostya Shishkov wrote: >>> -static const int8_t quant5_10bit[256] = { >>> > +const int8_t quant5_10bit[256] = { >> don't we have to prefix such names? > > We hide everything not matching av_/avpriv_
That only works in shared libs. Add a prefix. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
