Assume liba52 is built as fixed-point if needed

(This kinda sucks, but liba52 does not export is build mode through
 any public header)
This commit is contained in:
Rémi Denis-Courmont 2009-10-19 22:13:55 +03:00
parent f42db4154c
commit bfaa71e26d
1 changed files with 4 additions and 0 deletions

View File

@ -33,9 +33,13 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_cpu.h>
#include <stdint.h> /* int16_t .. */
#if !HAVE_FPU
# define LIBA52_FIXED
#endif
#ifdef USE_A52DEC_TREE /* liba52 header file */
# include "include/a52.h"
#else