Commit 25857b12 authored by Boris Dorès's avatar Boris Dorès

- link the headphone channel mixer with the math library

parent 81b6f23d
...@@ -354,6 +354,9 @@ AC_CHECK_LIB(m,pow, ...@@ -354,6 +354,9 @@ AC_CHECK_LIB(m,pow,
LDFLAGS_i420_rgb="${LDFLAGS_i420_rgb} -lm" LDFLAGS_i420_rgb="${LDFLAGS_i420_rgb} -lm"
LDFLAGS_faad="${LDFLAGS_faad} -lm" LDFLAGS_faad="${LDFLAGS_faad} -lm"
) )
AC_CHECK_LIB(m,sqrt,
LDFLAGS_headphone_channel_mixer="${LDFLAGS_headphone_channel_mixer} -lm"
)
dnl Check for pthreads - borrowed from XMMS dnl Check for pthreads - borrowed from XMMS
THREAD_LIB=error THREAD_LIB=error
......
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