summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2018-09-01 19:02:47 +0200
committerMarton Balint <cus@passwd.hu>2018-09-01 21:57:59 +0200
commit1124df0397372c4d1dd798dc2cfb7d4e0f2bb890 (patch)
tree51b9cee083baca3c347160b24efe169b155b1f94 /configure
parent9fee22dbddb66fc6818c9a21879731c42de9d3e3 (diff)
downloadffmpeg-1124df0397372c4d1dd798dc2cfb7d4e0f2bb890.tar.gz
avformat/libsrt: add pkt_size parameter to libsrt
Also make sure we set the URL context max packet size accordingly. Based on a patch by Tudor Suciu <tudor.suciu@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8bbcd530c7..d2df05fa55 100755
--- a/configure
+++ b/configure
@@ -6113,7 +6113,7 @@ enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnap
enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr
enabled libssh && require_pkg_config libssh libssh libssh/sftp.h sftp_init
enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
-enabled libsrt && require_pkg_config libsrt "srt >= 1.2.0" srt/srt.h srt_socket
+enabled libsrt && require_pkg_config libsrt "srt >= 1.3.0" srt/srt.h srt_socket
enabled libtensorflow && require libtensorflow tensorflow/c/c_api.h TF_Version -ltensorflow
enabled libtesseract && require_pkg_config libtesseract tesseract tesseract/capi.h TessBaseAPICreate
enabled libtheora && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg