[vlc-devel] commit: contrib's kate (tiger), flac and lua need libm ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Aug 29 22:05:52 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 29 23:05:45 2009 +0300| [69f710dc2bc2a0851a897260c636ea2b9928ba81] | committer: Rémi Denis-Courmont
contrib's kate (tiger), flac and lua need libm
(cherry picked from commit 817e17cb7856d59cd82d55af68714be0b7a38694)
Conflicts:
configure.ac
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69f710dc2bc2a0851a897260c636ea2b9928ba81
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5b2fda5..8949f74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -719,7 +719,7 @@ AC_CHECK_LIB(m,cos,[
VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene],[-lm])
])
AC_CHECK_LIB(m,pow,[
- VLC_ADD_LIBS([avcodec avformat swscale postproc ffmpegaltivec i420_rgb faad twolame equalizer spatializer param_eq libvlccore vorbis freetype mod mpc dmo quicktime realaudio realvideo galaktos opengl],[-lm])
+ VLC_ADD_LIBS([avcodec avformat swscale postproc ffmpegaltivec i420_rgb faad twolame equalizer spatializer param_eq libvlccore vorbis freetype mod mpc dmo quicktime realaudio realvideo galaktos opengl kate flac lua],[-lm])
])
AC_CHECK_LIB(m,sqrt,[
VLC_ADD_LIBS([headphone_channel_mixer normvol speex mono colorthres extract],[-lm])
More information about the vlc-devel
mailing list