[FFmpeg-devel] [PATCH v2] libavformat: Add ZeroMQ as a protocol option

Jack Waller ffmpeg at gmail.com
Wed Aug 7 05:44:50 EEST 2019


On Wed, Aug 7, 2019 at 10:22 AM Andriy Gelman <andriy.gelman at gmail.com>
wrote:

> On Sun, 04. Aug 14:36, Andriy Gelman wrote:
> > Changes in v2:
> >   1. Replaced zmq_poll with zmq_msg_recv.
> >   2. Remove user timeout option as zmq_msg_recv(.., .., ZMQ_DONTWAIT) is
> a
> >   non-blocking call.
> >   3. Updated docs.
> >
> > Andriy
>
> > diff --git a/libavformat/Makefile b/libavformat/Makefile
> > index a434b005a4..4a535429b7 100644
> > --- a/libavformat/Makefile
> > +++ b/libavformat/Makefile
> > @@ -631,6 +631,7 @@ OBJS-$(CONFIG_LIBRTMPTE_PROTOCOL)        += librtmp.o
> >  OBJS-$(CONFIG_LIBSMBCLIENT_PROTOCOL)     += libsmbclient.o
> >  OBJS-$(CONFIG_LIBSRT_PROTOCOL)           += libsrt.o
> >  OBJS-$(CONFIG_LIBSSH_PROTOCOL)           += libssh.o
> > +OBJS-$(CONFIG_LIBZMQ_PROTOCOL)
> += libzmq.o
> >
>

There is a TAB here,
Please remove it


> >  # libavdevice dependencies
> >  OBJS-$(CONFIG_IEC61883_INDEV)            += dv.o
>
>

>


More information about the ffmpeg-devel mailing list