vlc | branch: master | Thomas Guillem <[email protected]> | Tue Nov 6 10:19:45 2018 +0100| [5cf3e998e78cd6456f95244d04c99d27734f0905] | committer: Thomas Guillem
configure: require next bitstream release The version needed for RIST is not yet released. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5cf3e998e78cd6456f95244d04c99d27734f0905 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5431434c4b..fc8ba64cb0 100644 --- a/configure.ac +++ b/configure.ac @@ -3948,7 +3948,7 @@ AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "yes"]) dnl dnl Bitstream dnl -PKG_CHECK_MODULES([BITSTREAM], [bitstream],[have_bitstream="yes"], [have_bitstream="no"]) +PKG_CHECK_MODULES([BITSTREAM], [bitstream > 1.4],[have_bitstream="yes"], [have_bitstream="no"]) AM_CONDITIONAL([HAVE_BITSTREAM], [test "${have_bitstream}" = "yes"]) dnl _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
