[vlc-devel] [PATCH 23/23] HACK: force A/52 into fixed point mode
Rémi Denis-Courmont
remi at remlab.net
Sat Oct 3 20:41:56 CEST 2009
Le samedi 3 octobre 2009 21:15:12 Rafaël Carré, vous avez écrit :
> Le 03/10/2009 19:52, Rémi Denis-Courmont a écrit :
> > We need to match the way liba52 is built in contribs.
> > ---
> > modules/audio_filter/converter/a52tofloat32.c | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/modules/audio_filter/converter/a52tofloat32.c
> > b/modules/audio_filter/converter/a52tofloat32.c index cacac62..fc008e4
> > 100644
> > --- a/modules/audio_filter/converter/a52tofloat32.c
> > +++ b/modules/audio_filter/converter/a52tofloat32.c
> > @@ -36,6 +36,7 @@
> >
> > #include <stdint.h> /* int16_t
> > .. */
> >
> > +#define LIBA52_FIXED
> > #ifdef USE_A52DEC_TREE /* liba52 header
> > file */ # include "include/a52.h"
> > #else
>
> There's nothing in a52 header telling how the lib was built ?
No, it's stored in an internal liba52 header :(
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list