summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264_parse.c')
-rw-r--r--libavcodec/h264_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_parse.c b/libavcodec/h264_parse.c
index d694558ecc..cde46fa9eb 100644
--- a/libavcodec/h264_parse.c
+++ b/libavcodec/h264_parse.c
@@ -18,7 +18,7 @@
#include "bytestream.h"
#include "get_bits.h"
-#include "golomb.h"
+#include "golomb_legacy.h"
#include "h264.h"
#include "h264dec.h"
#include "h264_parse.h"