Bug#618786: dvbstreamer incompatible with libev4

2011-03-21 Thread Stephen Kitt
On Mon, Mar 21, 2011 at 11:10:06AM +0100, Stephen Kitt wrote: > The attached patch fixes this, and allows dvbstreamer to build with > libev3 or libev4. To use it, simply drop it in debian/patches and add > it to debian/patches/series. This time with the patch... Stephen Description: allow dvbstre

Bug#618786: dvbstreamer incompatible with libev4

2011-03-21 Thread Stephen Kitt
tag 618786 +patch thanks Hi, The build failure is due to a change affecting ev_loop between libev3 and libev4. In version 3, ev_loop was a function; in version 4, it's a macro. Thus the availability check in configure now fails... The attached patch fixes this, and allows dvbstreamer to build wi