]> git.sesse.net Git - vlc/commitdiff
configure: remove reference to nonexistent noise plugin
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 10 Feb 2015 21:17:35 +0000 (23:17 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 10 Feb 2015 21:25:56 +0000 (23:25 +0200)
configure.ac

index 538594cb4ad6704dac04fcbaeaf9337093960fd8..c5a4cefbb62979d2633ec15594353cc7b47128e5 100644 (file)
@@ -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=""