]> git.sesse.net Git - vlc/commitdiff
* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed...
authorGildas Bazin <gbazin@videolan.org>
Wed, 16 Mar 2005 21:38:19 +0000 (21:38 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 16 Mar 2005 21:38:19 +0000 (21:38 +0000)
configure.ac

index 39ca46d99af557c2bc69a4b5d6d19eeeb9e92946..17c8da621091d83ee63427aeec42b6274e7808b7 100644 (file)
@@ -2355,6 +2355,11 @@ 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