[vlc-commits] Add math for smooth

Jean-Baptiste Kempf git at videolan.org
Mon Nov 10 19:53:04 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 10 19:52:53 2014 +0100| [a6fc249e3f00968dd81b7e50acf32a8dca924c0d] | committer: Jean-Baptiste Kempf

Add math for smooth

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6fc249e3f00968dd81b7e50acf32a8dca924c0d
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 620d49a..bb2c843 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=""



More information about the vlc-commits mailing list