[vlc-commits] hqdn3d needs libm
Rémi Denis-Courmont
git at videolan.org
Wed Nov 23 21:16:06 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov 23 22:15:53 2011 +0200| [c56cafe4b7d679f9703e2faa41aa9944a008e706] | committer: Rémi Denis-Courmont
hqdn3d needs libm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c56cafe4b7d679f9703e2faa41aa9944a008e706
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3984a3d..dc5c685 100644
--- a/configure.ac
+++ b/configure.ac
@@ -651,7 +651,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 visual panoramix rotate noise grain scene kate flac lua chorus_flanger freetype avcodec avformat access_avio swscale postproc i420_rgb faad twolame equalizer spatializer param_eq samplerate freetype mod mpc dmo quicktime realvideo qt4 compressor headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball access_imem hotkeys mosaic gaussianblur dbus x264],[-lm])
+ VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene kate flac lua chorus_flanger freetype avcodec avformat access_avio swscale postproc i420_rgb faad twolame equalizer spatializer param_eq samplerate freetype mod mpc dmo quicktime realvideo qt4 compressor headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball access_imem hotkeys mosaic gaussianblur dbus x264 hqdn3d],[-lm])
LIBM="-lm"
], [
LIBM=""
More information about the vlc-commits
mailing list