mirror of
https://github.com/videolan/vlc.git
synced 2025-01-10 09:48:21 +08:00
* configure.ac: -lfreetype requires -lm.
This commit is contained in:
parent
694ea96bfa
commit
beb11b61a6
@ -447,7 +447,7 @@ AC_CHECK_LIB(m,cos,[
|
||||
VLC_ADD_LDFLAGS([adjust distort a52tofloat32 dtstofloat32 x264 goom],[-lm])
|
||||
])
|
||||
AC_CHECK_LIB(m,pow,[
|
||||
VLC_ADD_LDFLAGS([ffmpeg ffmpegaltivec stream_out_transrate i420_rgb faad toolame equalizer vlc],[-lm])
|
||||
VLC_ADD_LDFLAGS([ffmpeg ffmpegaltivec stream_out_transrate i420_rgb faad toolame equalizer vlc freetype],[-lm])
|
||||
])
|
||||
AC_CHECK_LIB(m,sqrt,[
|
||||
VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex],[-lm])
|
||||
|
Loading…
Reference in New Issue
Block a user