From 0aa54ef8a39809df082efd2f4b0810daccb50758 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 15 Oct 2007 21:39:50 +0000 Subject: [PATCH] compile the libfaad test with -lm --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35b74a93bb..a3ea21ae88 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.20.1