[libbdplus-devel] configure: do not fail if libaacs is not found
anonymous
git at videolan.org
Fri Dec 27 10:29:01 CET 2013
libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Thu Dec 26 23:11:09 2013 +0200| [bd48e605afd8649cfb2a5e48a6233b7500809d22] | committer: anonymous
configure: do not fail if libaacs is not found
> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=bd48e605afd8649cfb2a5e48a6233b7500809d22
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 7896d11..3c598cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the libbdplus-devel
mailing list