[vlc-commits] commit: Qt4 needs libm (fixes: #3744) ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Jun 19 03:41:26 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi.denis-courmont at nokia.com> | Sat Jun 19 04:41:18 2010 +0300| [bceed5d3032663fbe8b4dbc99f251801c78181ee] | committer: Rémi Denis-Courmont
Qt4 needs libm (fixes: #3744)
(cherry picked from commit fb718f7cebbb1d4a0b307647a02b1fc884a043e2)
Conflicts:
configure.ac
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=bceed5d3032663fbe8b4dbc99f251801c78181ee
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index a51cdcb..3589291 100644
--- a/configure.ac
+++ b/configure.ac
@@ -681,7 +681,7 @@ 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],[-lm])
])
AC_CHECK_LIB(m,pow,[
- VLC_ADD_LIBS([avcodec avformat access_avio swscale postproc ffmpegaltivec i420_rgb faad twolame equalizer spatializer param_eq libvlccore freetype mod mpc dmo quicktime realvideo opengl],[-lm])
+ VLC_ADD_LIBS([avcodec avformat access_avio swscale postproc ffmpegaltivec i420_rgb faad twolame equalizer spatializer param_eq libvlccore freetype mod mpc dmo quicktime realvideo opengl qt4],[-lm])
])
AC_CHECK_LIB(m,sqrt,[
VLC_ADD_LIBS([headphone_channel_mixer normvol audiobargraph_a speex mono colorthres extract ball],[-lm])
More information about the vlc-commits
mailing list