configure: only use SRT libraries that export C++ runtimes correctly

This commit is contained in:
Steve Lhomme 2022-09-05 15:11:48 +02:00 committed by Felix Paul Kühne
parent e6722f5f46
commit e923aa691f

View File

@ -4078,7 +4078,7 @@ AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "yes"])
dnl
dnl SRT plugin
dnl
PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.3.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
dnl
dnl RIST plugin