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
VideoLAN
libbdplus
Commits
bd48e605
Commit
bd48e605
authored
Dec 26, 2013
by
anonymous
Browse files
configure: do not fail if libaacs is not found
parent
4f4dabd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bd48e605
...
...
@@ -157,7 +157,8 @@ AC_ARG_WITH([libaacs],
AS_IF([test "x$with_libaacs" != "xno"], [
PKG_CHECK_MODULES([LIBAACS], [libaacs >= 0.7.0],
[with_libaacs=yes; AC_DEFINE([HAVE_LIBAACS], [1],
[Define to 1 to use libaacs with bdplus_test])])
[Define to 1 to use libaacs with bdplus_test])],
[with_libaacs=no])
])
CC_CHECK_CFLAGS_APPEND([-Wall -Wdisabled-optimization -Wpointer-arith ]dnl
...
...
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