[vlc-devel] commit: opengl video output needs to be linked with libm ( Rafaël Carré )

git version control git at videolan.org
Mon Jun 2 16:31:58 CEST 2008


vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Mon Jun  2 16:33:29 2008 +0200| [a07eb0379a792d949a11d0d3ce57292f7163ea97]

opengl video output needs to be linked with libm

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 19f66c4..1b08ea2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -561,7 +561,7 @@ AM_CONDITIONAL(BUILD_GETOPT, ${need_getopt})
 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
 AC_TYPE_SIGNAL
 AC_CHECK_LIB(m,cos,[
-  VLC_ADD_LDFLAGS([adjust distort a52tofloat32 dtstofloat32 x264 goom visual],[-lm])
+  VLC_ADD_LDFLAGS([adjust distort a52tofloat32 dtstofloat32 x264 goom visual opengl],[-lm])
 ])
 AC_CHECK_LIB(m,pow,[
   VLC_ADD_LDFLAGS([ffmpeg ffmpegaltivec stream_out_transrate i420_rgb faad twolame equalizer param_eq vlc freetype mpc dmo quicktime realaudio galaktos],[-lm])




More information about the vlc-devel mailing list