[FFmpeg-devel] [PATCH] configure, cbs_h2645: Remove unneeded golomb dependency

Mark Thompson sw at jkqxz.net
Tue Jul 9 01:23:48 EEST 2019


On 08/07/2019 17:38, Andreas Rheinhardt wrote:
> This has been forgotten in 44cde38c.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at 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


More information about the ffmpeg-devel mailing list