Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b29cf105
Commit
b29cf105
authored
Jan 27, 2004
by
Rocky Bernstein
Browse files
Link with -lm when needed - 2nd try.
parent
b47bafe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b29cf105
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.16
2
2004/01/2
6 19:51:33 titer
Exp $
dnl $Id: configure.ac,v 1.16
3
2004/01/2
7 01:57:29 rocky
Exp $
AC_INIT(vlc,0.7.1-cvs)
...
...
@@ -377,7 +377,7 @@ AC_CHECK_LIB(m,cos,[
AX_ADD_LDFLAGS([adjust distort a52tofloat32],[-lm])
])
AC_CHECK_LIB(m,pow,[
AX_ADD_LDFLAGS([ffmpeg stream_out_transcode stream_out_transrate i420_rgb faad
svdsub svcdsub freetype visual
],[-lm])
AX_ADD_LDFLAGS([ffmpeg stream_out_transcode stream_out_transrate i420_rgb faad
vlc
],[-lm])
])
AC_CHECK_LIB(m,sqrt,[
AX_ADD_LDFLAGS([headphone_channel_mixer],[-lm])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment