|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2018-04-20 12:02:55.000000000 +0200
|
|
|
|
|
+++ configure 2018-04-20 19:55:35.520706000 +0200
|
|
|
|
|
@@ -5985,7 +5985,7 @@
|
|
|
|
|
--- configure.orig 2018-11-06 00:22:33.000000000 +0100
|
|
|
|
|
+++ configure 2018-11-06 07:27:34.600929000 +0100
|
|
|
|
|
@@ -6082,7 +6082,7 @@
|
|
|
|
|
enabled libfribidi && require_pkg_config libfribidi fribidi fribidi.h fribidi_version_info
|
|
|
|
|
enabled libgme && { check_pkg_config libgme libgme gme/gme.h gme_new_emu ||
|
|
|
|
|
require libgme gme/gme.h gme_new_emu -lgme -lstdc++; }
|
|
|
|
@ -10,16 +10,16 @@ Index: configure
|
|
|
|
|
check_lib libgsm "${gsm_hdr}" gsm_create -lgsm && break;
|
|
|
|
|
done || die "ERROR: libgsm not found"; }
|
|
|
|
|
enabled libilbc && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc $pthreads_extralibs
|
|
|
|
|
@@ -6032,7 +6032,7 @@
|
|
|
|
|
@@ -6132,7 +6132,7 @@
|
|
|
|
|
enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy -lstdc++
|
|
|
|
|
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 libspeex && require_pkg_config libspeex speexdsp 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
|
|
|
|
|
@@ -6049,22 +6049,22 @@
|
|
|
|
|
@@ -6150,22 +6150,22 @@
|
|
|
|
|
|
|
|
|
|
enabled libvpx && {
|
|
|
|
|
enabled libvpx_vp8_decoder && {
|
|
|
|
@ -51,8 +51,8 @@ Index: configure
|
|
|
|
|
if disabled_all libvpx_vp8_decoder libvpx_vp9_decoder libvpx_vp8_encoder libvpx_vp9_encoder; then
|
|
|
|
|
die "libvpx enabled but no supported decoders found"
|
|
|
|
|
Index: libavformat/tcp.c
|
|
|
|
|
--- libavformat/tcp.c.orig 2018-04-20 12:02:58.000000000 +0200
|
|
|
|
|
+++ libavformat/tcp.c 2018-04-20 18:16:26.598628000 +0200
|
|
|
|
|
--- libavformat/tcp.c.orig 2018-11-06 00:22:26.000000000 +0100
|
|
|
|
|
+++ libavformat/tcp.c 2018-11-06 07:26:24.899009000 +0100
|
|
|
|
|
@@ -31,6 +31,7 @@
|
|
|
|
|
#if HAVE_POLL_H
|
|
|
|
|
#include <poll.h>
|
|
|
|
|