vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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="" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
