]> git.sesse.net Git - vlc/commitdiff
Add math for smooth
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 10 Nov 2014 18:52:53 +0000 (19:52 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 10 Nov 2014 18:52:53 +0000 (19:52 +0100)
configure.ac

index 620d49a5a6424ccfb503d29c6eb84a7b0d4d50fd..bb2c8433a109c9e066edceff8a06d9c9d0a1330b 100644 (file)
@@ -692,7 +692,7 @@ AC_CHECK_FUNC(getopt_long,, [
 AC_SUBST(GNUGETOPT_LIBS)
 
 AC_CHECK_LIB(m,cos,[
-  VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom noise grain scene chorus_flanger freetype swscale postproc equalizer spatializer param_eq samplerate freetype mpc qt4 compressor headphone_channel_mixer normvol audiobargraph_a audiobargraph_v mono colorthres extract ball hotkeys mosaic gaussianblur x262 x26410b hqdn3d anaglyph oldrc ncurses oldmovie glspectrum],[-lm])
+  VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom noise grain scene chorus_flanger freetype swscale postproc equalizer spatializer param_eq samplerate freetype mpc qt4 compressor headphone_channel_mixer normvol audiobargraph_a audiobargraph_v mono colorthres extract ball hotkeys mosaic gaussianblur x262 x26410b hqdn3d anaglyph oldrc ncurses oldmovie glspectrum smooth],[-lm])
   LIBM="-lm"
 ], [
   LIBM=""