[vlc-devel] [PATCH 2/2] a52: no need to define LIBA52_FIXED

Rafaël Carré funman at videolan.org
Fri Jan 4 17:31:55 CET 2013


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



More information about the vlc-devel mailing list