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
051cac88
Commit
051cac88
authored
Jun 21, 2005
by
hartman
Browse files
* test for sqrtf in -lmx. If present add to x264 compile flags
parent
0b252760
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
051cac88
...
@@ -459,6 +459,9 @@ AC_CHECK_LIB(m,pow,[
...
@@ -459,6 +459,9 @@ AC_CHECK_LIB(m,pow,[
AC_CHECK_LIB(m,sqrt,[
AC_CHECK_LIB(m,sqrt,[
VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex],[-lm])
VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex],[-lm])
])
])
AC_CHECK_LIB(mx,sqrtf,[
VLC_ADD_LDFLAGS([x264],[-lmx])
])
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
dnl Check for dynamic plugins
dnl Check for dynamic plugins
...
...
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