diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-07-08 18:38:21 +0200 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2019-07-08 22:59:41 +0100 |
commit | f83b46e2181c9eb0360cb61419f29a1e44f04954 (patch) | |
tree | 7c485990cda21039c59f18dff1827fdb612af3b6 /libavcodec | |
parent | d9418aba66e7f9d32c11d0ee1b8cddaf1e68e1b6 (diff) | |
download | ffmpeg-f83b46e2181c9eb0360cb61419f29a1e44f04954.tar.gz |
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')
-rw-r--r-- | libavcodec/cbs_h2645.c | 1 |
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" |