[vlc-commits] configure: remove reference to nonexistent noise plugin
Rémi Denis-Courmont
git at videolan.org
Tue Feb 10 22:32:29 CET 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 10 23:17:35 2015 +0200| [e85bf0255439f1371ab3be3c01e2b54ad73b0f08] | committer: Rémi Denis-Courmont
configure: remove reference to nonexistent noise plugin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e85bf0255439f1371ab3be3c01e2b54ad73b0f08
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 538594c..c5a4cef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -699,7 +699,7 @@ AC_CHECK_FUNC(getopt_long,, [
AC_SUBST(GNUGETOPT_LIBS)
AC_CHECK_LIB(m,cos,[
- VLC_ADD_LIBS([x264 goom noise swscale mpc qt4 x262 x26410b ncurses glspectrum smooth],[-lm])
+ VLC_ADD_LIBS([x264 goom swscale mpc qt4 x262 x26410b ncurses glspectrum smooth],[-lm])
LIBM="-lm"
], [
LIBM=""
More information about the vlc-commits
mailing list