[FFmpeg-devel] [FFmpeg-cvslog] libavformat/hlsenc: Persistent HTTP connections supported as an option
Tobias Rapp
t.rapp at noa-archive.com
Mon Dec 4 15:57:56 EET 2017
On 29.11.2017 07:33, Jeyapal, Karthick wrote:
> ffmpeg | branch: master | Jeyapal, Karthick <kjeyapal at akamai.com> | Wed Nov 29 14:33:07 2017 +0800| [815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c] | committer: Steven Liu
>
> libavformat/hlsenc: Persistent HTTP connections supported as an option
>
>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c
> ---
>
> doc/muxers.texi | 3 +++
> libavformat/hlsenc.c | 48 +++++++++++++++++++++++++++++++++++++++++-------
> 2 files changed, 44 insertions(+), 7 deletions(-)
>
> [...]
This patch seems to break building ffmpeg with --disbale-network. Error
message from build is:
libavformat/libavformat.a(hlsenc.o): In function `hlsenc_io_open':
/home/tobias/Projects/ffmpeg-git-master/build-linux/src/libavformat/hlsenc.c:265:
undefined reference to `ff_http_do_new_request'
collect2: error: ld returned 1 exit status
/home/tobias/Projects/ffmpeg-git-master/Makefile:107: recipe for target
'ffmpeg-dbg_g' failed
make: *** [ffmpeg-dbg_g] Error 1
libavformat/libavformat.a(hlsenc.o): In function `hlsenc_io_open':
/home/tobias/Projects/ffmpeg-git-master/build-linux/src/libavformat/hlsenc.c:265:
undefined reference to `ff_http_do_new_request'
collect2: error: ld returned 1 exit status
/home/tobias/Projects/ffmpeg-git-master/Makefile:107: recipe for target
'ffprobe-dbg_g' failed
make: *** [ffprobe-dbg_g] Error 1
Can you take a look?
Regards,
Tobias
More information about the ffmpeg-devel
mailing list