Commit 59dd99e9 authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.

parent 3b28e81f
......@@ -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
......
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