git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e00c0
)
compile the libfaad test with -lm
author
Rafaël Carré
<funman@videolan.org>
Mon, 15 Oct 2007 21:39:50 +0000
(21:39 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Mon, 15 Oct 2007 21:39:50 +0000
(21:39 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
35b74a9
..
a3ea21a
100644
(file)
--- 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