Re: [libav-devel] [PATCH 09/13] build: Drop support for old versions of libdc1394

2016-12-01 Thread Diego Biurrun
On Thu, Dec 01, 2016 at 01:12:45PM +0100, Diego Biurrun wrote: > On Thu, Dec 01, 2016 at 01:05:18PM +0100, Anton Khirnov wrote: > > Quoting Diego Biurrun (2016-11-30 21:49:26) > > > On Tue, Nov 29, 2016 at 03:29:17PM -0500, Vittorio Giovara wrote: > > > > On Tue, Nov 29, 2016 at 1:34 PM, Diego Biur

Re: [libav-devel] [PATCH 09/13] build: Drop support for old versions of libdc1394

2016-12-01 Thread Diego Biurrun
On Thu, Dec 01, 2016 at 01:05:18PM +0100, Anton Khirnov wrote: > Quoting Diego Biurrun (2016-11-30 21:49:26) > > On Tue, Nov 29, 2016 at 03:29:17PM -0500, Vittorio Giovara wrote: > > > On Tue, Nov 29, 2016 at 1:34 PM, Diego Biurrun wrote: > > > > --- a/libavdevice/libdc1394.c > > > > +++ b/libavde

Re: [libav-devel] [PATCH 09/13] build: Drop support for old versions of libdc1394

2016-12-01 Thread Anton Khirnov
Quoting Diego Biurrun (2016-11-30 21:49:26) > On Tue, Nov 29, 2016 at 03:29:17PM -0500, Vittorio Giovara wrote: > > On Tue, Nov 29, 2016 at 1:34 PM, Diego Biurrun wrote: > > > --- a/libavdevice/libdc1394.c > > > +++ b/libavdevice/libdc1394.c > > > @@ -104,9 +79,6 @@ struct dc1394_frame_rate { > >

Re: [libav-devel] [PATCH 09/13] build: Drop support for old versions of libdc1394

2016-11-30 Thread Diego Biurrun
On Tue, Nov 29, 2016 at 03:29:17PM -0500, Vittorio Giovara wrote: > On Tue, Nov 29, 2016 at 1:34 PM, Diego Biurrun wrote: > > --- a/libavdevice/libdc1394.c > > +++ b/libavdevice/libdc1394.c > > @@ -104,9 +79,6 @@ struct dc1394_frame_rate { > > #define OFFSET(x) offsetof(dc1394_data, x) > > #defi

Re: [libav-devel] [PATCH 09/13] build: Drop support for old versions of libdc1394

2016-11-29 Thread Vittorio Giovara
On Tue, Nov 29, 2016 at 1:34 PM, Diego Biurrun wrote: > index c823388..0fa3786 100644 > --- a/libavdevice/libdc1394.c > +++ b/libavdevice/libdc1394.c > @@ -20,26 +20,7 @@ > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > */ > > -#include "config.h" > - > -#i