On 08/07/2019 17:38, Andreas Rheinhardt wrote: > This has been forgotten in 44cde38c. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > configure | 4 ++-- > libavcodec/cbs_h2645.c | 1 - > 2 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/configure b/configure > index 7cea9d4d73..4005987409 100755 > --- a/configure > +++ b/configure > @@ -2586,8 +2586,8 @@ threads_if_any="$THREADS_LIST" > > # subsystems > cbs_av1_select="cbs" > -cbs_h264_select="cbs golomb" > -cbs_h265_select="cbs golomb" > +cbs_h264_select="cbs" > +cbs_h265_select="cbs" > cbs_jpeg_select="cbs" > cbs_mpeg2_select="cbs" > cbs_vp9_select="cbs" > diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c > index 0456937710..81d8fc0d66 100644 > --- a/libavcodec/cbs_h2645.c > +++ b/libavcodec/cbs_h2645.c > @@ -24,7 +24,6 @@ > #include "cbs_internal.h" > #include "cbs_h264.h" > #include "cbs_h265.h" > -#include "golomb.h" > #include "h264.h" > #include "h264_sei.h" > #include "h2645_parse.h"
Yep, applied. Thanks, - Mark _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".