Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: fix build w/libaom v1.0.0

2020-07-08 Thread James Zern
On Mon, Jul 6, 2020 at 10:50 AM James Zern wrote: > > James, > > On Thu, Jul 2, 2020 at 10:28 AM James Zern wrote: > > > > broken since: > > aa5c6f382b avcodec/libaomenc: Add command-line options to control the use > > of partition tools > > > > Signed-off-by: James Zern > > --- > >

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: fix build w/libaom v1.0.0

2020-07-06 Thread James Zern
James, On Thu, Jul 2, 2020 at 10:28 AM James Zern wrote: > > broken since: > aa5c6f382b avcodec/libaomenc: Add command-line options to control the use of > partition tools > > Signed-off-by: James Zern > --- > doc/encoders.texi | 20 ++-- > libavcodec/libaomenc.c | 4

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: fix build w/libaom v1.0.0

2020-07-02 Thread James Zern
On Thu, Jul 2, 2020 at 7:33 AM James Almer wrote: > > On 7/2/2020 12:01 AM, James Zern wrote: > > broken since: > > aa5c6f382b avcodec/libaomenc: Add command-line options to control the use > > of partition tools > > > > + remove control related options when it's unavailable > > > >

[FFmpeg-devel] [PATCH] avcodec/libaomenc: fix build w/libaom v1.0.0

2020-07-02 Thread James Zern
broken since: aa5c6f382b avcodec/libaomenc: Add command-line options to control the use of partition tools Signed-off-by: James Zern --- doc/encoders.texi | 20 ++-- libavcodec/libaomenc.c | 4 2 files changed, 14 insertions(+), 10 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: fix build w/libaom v1.0.0

2020-07-02 Thread James Almer
On 7/2/2020 12:01 AM, James Zern wrote: > broken since: > aa5c6f382b avcodec/libaomenc: Add command-line options to control the use of > partition tools > > + remove control related options when it's unavailable > > Signed-off-by: James Zern > --- > libavcodec/libaomenc.c | 70

[FFmpeg-devel] [PATCH] avcodec/libaomenc: fix build w/libaom v1.0.0

2020-07-01 Thread James Zern
broken since: aa5c6f382b avcodec/libaomenc: Add command-line options to control the use of partition tools + remove control related options when it's unavailable Signed-off-by: James Zern --- libavcodec/libaomenc.c | 70 ++ 1 file changed, 70