Re: [FFmpeg-devel] [PATCH] libavcodec/libaomenc: fix breakage from upstream

2018-12-19 Thread James Almer
On 12/19/2018 2:13 PM, Helmut K. C. Tessarek wrote: > commit > https://aomedia.googlesource.com/aom/+/4667aa1a373566e9c124afcd58c71731ab0d7377 > changed parts of the code that broke compilation of libavcodec/libaomenc.c > --- > libavcodec/libaomenc.c | 9 +++-- > 1 file changed, 7 insertions(

Re: [FFmpeg-devel] [PATCH] libavcodec/libaomenc: fix breakage from upstream

2018-12-19 Thread Helmut K. C. Tessarek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2018-12-19 17:28, James Almer wrote: > This will break compilation with libaom 1.0.0 because it wasn't > typedefed before this change. You will need to use an #ifdef > UENUM1BYTE check or similar to choose one line or the other. Yep, an ifdef

[FFmpeg-devel] [PATCH] libavcodec/libaomenc: fix breakage from upstream

2018-12-19 Thread Helmut K. C. Tessarek
commit https://aomedia.googlesource.com/aom/+/4667aa1a373566e9c124afcd58c71731ab0d7377 changed parts of the code that broke compilation of libavcodec/libaomenc.c --- libavcodec/libaomenc.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavcodec/libaomenc.c b/libavc

Re: [FFmpeg-devel] [PATCH] libavcodec/libaomenc: fix breakage from upstream

2018-12-19 Thread James Almer
On 12/19/2018 1:03 PM, Helmut K. C. Tessarek wrote: > commit > https://aomedia.googlesource.com/aom/+/4667aa1a373566e9c124afcd58c71731ab0d7377 > changed parts of the code that broke compilation of libavcodec/libaomenc.c > --- > libavcodec/libaomenc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[FFmpeg-devel] [PATCH] libavcodec/libaomenc: fix breakage from upstream

2018-12-19 Thread Helmut K. C. Tessarek
commit https://aomedia.googlesource.com/aom/+/4667aa1a373566e9c124afcd58c71731ab0d7377 changed parts of the code that broke compilation of libavcodec/libaomenc.c --- libavcodec/libaomenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/libaomenc.c b/libavcodec/