Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
25857b12
Commit
25857b12
authored
Feb 26, 2003
by
Boris Dorès
Browse files
- link the headphone channel mixer with the math library
parent
81b6f23d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
25857b12
...
...
@@ -354,6 +354,9 @@ AC_CHECK_LIB(m,pow,
LDFLAGS_i420_rgb="${LDFLAGS_i420_rgb} -lm"
LDFLAGS_faad="${LDFLAGS_faad} -lm"
)
AC_CHECK_LIB(m,sqrt,
LDFLAGS_headphone_channel_mixer="${LDFLAGS_headphone_channel_mixer} -lm"
)
dnl Check for pthreads - borrowed from XMMS
THREAD_LIB=error
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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