]> git.sesse.net Git - vlc/commitdiff
Link oldmovie with math
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Aug 2013 11:46:34 +0000 (13:46 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 15 Aug 2013 11:46:54 +0000 (13:46 +0200)
configure.ac

index 2b562ae4494f8df36006492e42216565013071e2..7c9362031b4ec3bb1b8bb8b252c4e17f1a8d0e97 100644 (file)
@@ -655,7 +655,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 rotate noise grain scene kate lua chorus_flanger freetype avcodec access_avio swscale postproc i420_rgb faad twolame equalizer spatializer param_eq samplerate freetype mpc dmo quicktime qt4 compressor headphone_channel_mixer normvol audiobargraph_a audiobargraph_v speex opus mono colorthres extract ball access_imem hotkeys mosaic gaussianblur x26410b hqdn3d anaglyph oldrc ncurses],[-lm])
+  VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom rotate noise grain scene kate lua chorus_flanger freetype avcodec access_avio swscale postproc i420_rgb faad twolame equalizer spatializer param_eq samplerate freetype mpc dmo quicktime qt4 compressor headphone_channel_mixer normvol audiobargraph_a audiobargraph_v speex opus mono colorthres extract ball access_imem hotkeys mosaic gaussianblur x26410b hqdn3d anaglyph oldrc ncurses oldmovie],[-lm])
   LIBM="-lm"
 ], [
   LIBM=""