[vlc-devel] [PATCH 23/23] HACK: force A/52 into fixed point mode

Rémi Denis-Courmont remi at remlab.net
Sat Oct 3 19:52:30 CEST 2009


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
-- 
1.6.4.3




More information about the vlc-devel mailing list