[vlc-commits] a52: no need to define LIBA52_FIXED

Rafaël Carré git at videolan.org
Fri Jan 4 17:33:50 CET 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Jan  4 17:31:09 2013 +0100| [08118c7b6a55b2584947a7f21988dd69e3dcf3f1] | committer: Rafaël Carré

a52: no need to define LIBA52_FIXED

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08118c7b6a55b2584947a7f21988dd69e3dcf3f1
---

 configure.ac                                  |    5 -----
 modules/audio_filter/converter/a52tofloat32.c |    3 ---
 2 files changed, 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4c927c8..59ccc0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2580,11 +2580,6 @@ then
   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 DTS Coherent Acoustics decoder plugin
 dnl
diff --git a/modules/audio_filter/converter/a52tofloat32.c b/modules/audio_filter/converter/a52tofloat32.c
index 117c5bc..2040e13 100644
--- a/modules/audio_filter/converter/a52tofloat32.c
+++ b/modules/audio_filter/converter/a52tofloat32.c
@@ -45,9 +45,6 @@
 
 #include <stdint.h>                                         /* int16_t .. */
 
-#if !HAVE_FPU
-# define LIBA52_FIXED
-#endif
 #ifdef USE_A52DEC_TREE                                 /* liba52 header file */
 #   include "include/a52.h"
 #else



More information about the vlc-commits mailing list