Re: [FFmpeg-devel] [PATCH 1/6] tools/enum_options: fix build and add to Makefile

2020-11-03 Thread James Almer
On 11/3/2020 10:32 AM, Anton Khirnov wrote: > Quoting James Almer (2020-11-02 16:26:57) >> On 11/2/2020 10:17 AM, Anton Khirnov wrote: >>> --- >>> Makefile | 3 +++ >>> tools/Makefile | 2 +- >>> tools/enum_options.c | 26 +- >>> 3 files changed, 17 inse

Re: [FFmpeg-devel] [PATCH 1/6] tools/enum_options: fix build and add to Makefile

2020-11-03 Thread Anton Khirnov
Quoting James Almer (2020-11-02 16:26:57) > On 11/2/2020 10:17 AM, Anton Khirnov wrote: > > --- > > Makefile | 3 +++ > > tools/Makefile | 2 +- > > tools/enum_options.c | 26 +- > > 3 files changed, 17 insertions(+), 14 deletions(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH 1/6] tools/enum_options: fix build and add to Makefile

2020-11-02 Thread James Almer
On 11/2/2020 10:17 AM, Anton Khirnov wrote: > --- > Makefile | 3 +++ > tools/Makefile | 2 +- > tools/enum_options.c | 26 +- > 3 files changed, 17 insertions(+), 14 deletions(-) > > diff --git a/Makefile b/Makefile > index c8b548d126..977ad69965 10064

[FFmpeg-devel] [PATCH 1/6] tools/enum_options: fix build and add to Makefile

2020-11-02 Thread Anton Khirnov
--- Makefile | 3 +++ tools/Makefile | 2 +- tools/enum_options.c | 26 +- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index c8b548d126..977ad69965 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,9 @@ tools/targ