summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_h2645.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-07-08 18:38:21 +0200
committerMark Thompson <sw@jkqxz.net>2019-07-08 22:59:41 +0100
commitf83b46e2181c9eb0360cb61419f29a1e44f04954 (patch)
tree7c485990cda21039c59f18dff1827fdb612af3b6 /libavcodec/cbs_h2645.c
parentd9418aba66e7f9d32c11d0ee1b8cddaf1e68e1b6 (diff)
configure, cbs_h2645: Remove unneeded golomb dependency
This has been forgotten in 44cde38c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/cbs_h2645.c')
-rw-r--r--libavcodec/cbs_h2645.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c
index b286269913..da4927ca8e 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"