diff mbox

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

Message ID 20190708163821.8442-1-andreas.rheinhardt@gmail.com
State Accepted
Commit f83b46e2181c9eb0360cb61419f29a1e44f04954
Headers show

Commit Message

Andreas Rheinhardt July 8, 2019, 4:38 p.m. UTC
This has been forgotten in 44cde38c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 configure              | 4 ++--
 libavcodec/cbs_h2645.c | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

Comments

Mark Thompson July 8, 2019, 10:23 p.m. UTC | #1
On 08/07/2019 17:38, Andreas Rheinhardt wrote:
> This has been forgotten in 44cde38c.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@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
diff mbox

Patch

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"