Commit fe8791f0 authored by Christophe Mutricy's avatar Christophe Mutricy

Cosmetic

parent 5e9f18d2
......@@ -1321,7 +1321,8 @@ dnl Check for fully workin SSE2 intrinsics
dnl We need support for -mmmx, we need <emmintrin.h>, and we also need a
dnl working compiler (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963)
AC_ARG_ENABLE(sse,
[ --disable-sse disable SSE (1 and 2) optimizations (default auto)],, [
[ --disable-sse disable SSE (1 and 2) optimizations (default auto)]
,, [
case "${host_cpu}" in
i686|x86_64)
enable_sse=yes
......@@ -2887,7 +2888,7 @@ dnl
dnl libid3tag support (FIXME!!! doesn't work with new input)
dnl
AC_ARG_ENABLE( id3tag,
[ --disable-id3tag id3tag metadata reader plugin (default enabled)])
[ --disable-id3tag id3tag metadata reader plugin (default enabled)])
AS_IF([test "${enable_id3tag}" != "no"], [
AC_CHECK_HEADERS(id3tag.h, [
AC_CHECK_HEADERS(zlib.h, [
......
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