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
GSoC
GSoC2018
macOS
vlc
Commits
7336ff44
Commit
7336ff44
authored
May 02, 2009
by
Rémi Denis-Courmont
Browse files
hotkeys needs -lm due to floor()
parent
5af31c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
7336ff44
...
...
@@ -731,7 +731,7 @@ AC_CHECK_LIB(m,sqrt,[
VLC_ADD_LIBS([headphone_channel_mixer normvol speex mono colorthres extract],[-lm])
])
AC_CHECK_LIB(m,ceil,[
VLC_ADD_LIBS([mosaic],[-lm])
VLC_ADD_LIBS([
hotkeys
mosaic],[-lm])
])
AC_CHECK_LIB(m,exp,[
VLC_ADD_LIBS([gaussianblur],[-lm])
...
...
Write
Preview
Supports
Markdown
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