Commit 0aa54ef8 authored by Rafaël Carré's avatar Rafaël Carré

compile the libfaad test with -lm

parent c8e00c0e
......@@ -3221,7 +3221,7 @@ then
AC_CHECK_LIB(faad, NeAACDecOpen, [
VLC_ADD_PLUGINS([faad])
VLC_ADD_LIBS([faad],[-lfaad]) ],
[ AC_MSG_ERROR([Cannot find libfaad library...]) ]))
[ AC_MSG_ERROR([Cannot find libfaad library...]) ],[-lm]))
LDFLAGS="${LDFLAGS_save}"
CPPFLAGS="${CPPFLAGS_save}"
fi
......
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