Re: [FFmpeg-devel] [PATCH] avformat/hls: fix compiling error

2017-12-26 Thread Aman Gupta
On Mon, Dec 25, 2017 at 3:46 PM wm4 wrote: > On Mon, 25 Dec 2017 17:21:23 + > Aman Gupta wrote: > > > On Sun, Dec 24, 2017 at 7:48 PM Steven Liu wrote: > > > > > fix --disable-network compipling error > > > > > > Signed-off-by: Steven Liu > > > --- > > > libavformat/hls.c | 4 +++- > > >

Re: [FFmpeg-devel] [PATCH] avformat/hls: fix compiling error

2017-12-25 Thread wm4
On Mon, 25 Dec 2017 17:21:23 + Aman Gupta wrote: > On Sun, Dec 24, 2017 at 7:48 PM Steven Liu wrote: > > > fix --disable-network compipling error > > > > Signed-off-by: Steven Liu > > --- > > libavformat/hls.c | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH] avformat/hls: fix compiling error

2017-12-25 Thread Aman Gupta
On Sun, Dec 24, 2017 at 7:48 PM Steven Liu wrote: > fix --disable-network compipling error > > Signed-off-by: Steven Liu > --- > libavformat/hls.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index f00e22dfef..51d83b7557 100

[FFmpeg-devel] [PATCH] avformat/hls: fix compiling error

2017-12-24 Thread Steven Liu
fix --disable-network compipling error Signed-off-by: Steven Liu --- libavformat/hls.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index f00e22dfef..51d83b7557 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -611,14 +611,