]> git.sesse.net Git - vlc/commitdiff
a52: no need to define LIBA52_FIXED
authorRafaël Carré <funman@videolan.org>
Fri, 4 Jan 2013 16:31:09 +0000 (17:31 +0100)
committerRafaël Carré <funman@videolan.org>
Fri, 4 Jan 2013 16:33:46 +0000 (17:33 +0100)
configure.ac
modules/audio_filter/converter/a52tofloat32.c

index 4c927c88ed3a428bfa192509a9d9b4eea0704b3b..59ccc0b0a8e65b9ed356cb91f677d59d8f6e707d 100644 (file)
@@ -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
index 117c5bc155e481bbbb3dfcfe6a6ac5c19ba85b5c..2040e1322abcdd8c8a0f05257b5d329f009af530 100644 (file)
@@ -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