Commit 08118c7b authored by Rafaël Carré's avatar Rafaël Carré

a52: no need to define LIBA52_FIXED

parent cbb36253
...@@ -2580,11 +2580,6 @@ then ...@@ -2580,11 +2580,6 @@ then
fi fi
fi fi
AC_ARG_WITH(a52-fixed,
[ --with-a52-fixed specify if liba52 has been compiled with fixed point support],
[
VLC_ADD_CPPFLAGS([a52tofloat32],[-DLIBA52_FIXED]) ])
dnl dnl
dnl DTS Coherent Acoustics decoder plugin dnl DTS Coherent Acoustics decoder plugin
dnl dnl
......
...@@ -45,9 +45,6 @@ ...@@ -45,9 +45,6 @@
#include <stdint.h> /* int16_t .. */ #include <stdint.h> /* int16_t .. */
#if !HAVE_FPU
# define LIBA52_FIXED
#endif
#ifdef USE_A52DEC_TREE /* liba52 header file */ #ifdef USE_A52DEC_TREE /* liba52 header file */
# include "include/a52.h" # include "include/a52.h"
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment