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
9bdb7089
Commit
9bdb7089
authored
Jan 10, 2003
by
Christophe Massiot
Browse files
Fixed liba52 detection using --with-a52.
parent
dd617eb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac.in
View file @
9bdb7089
...
...
@@ -1668,8 +1668,8 @@ then
LDFLAGS_test="-L${with_a52}/lib"
CPPFLAGS_test="-I${with_a52}/include"
fi
CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}"
LDFLAGS="${LDFLAGS_save} ${LDFLAGS_test}"
CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}
${CPPFLAGS_a52tofloat32}
"
LDFLAGS="${LDFLAGS_save} ${LDFLAGS_test}
${LDFLAGS_a52tofloat32}
"
AC_CHECK_HEADERS(a52dec/a52.h, [
AC_CHECK_LIB(a52, a52_free, [
PLUGINS="${PLUGINS} a52tofloat32"
...
...
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