Skip to content
Snippets Groups Projects
Commit 0aa54ef8 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

compile the libfaad test with -lm

parent c8e00c0e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment