vlc | branch: master | Alexandre Janniaux <[email protected]> | Fri Apr 16 10:34:35 2021 +0200| [89201f247f4c4ff8097ef2b0b109b14c3f071344] | committer: Alexandre Janniaux
configure.ac: simplify bitstream package check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89201f247f4c4ff8097ef2b0b109b14c3f071344 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8dddeb148b..f9eeafbea6 100644 --- a/configure.ac +++ b/configure.ac @@ -4278,8 +4278,7 @@ AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "yes"]) dnl dnl Bitstream dnl -PKG_CHECK_MODULES([BITSTREAM], [bitstream > 1.4],[have_bitstream="yes"], [have_bitstream="no"]) -AM_CONDITIONAL([HAVE_BITSTREAM], [test "${have_bitstream}" = "yes"]) +PKG_HAVE_WITH_MODULES([BITSTREAM], [bitstream > 1.4]) dnl dnl SRT plugin _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
