From 4f74efa76dfcc295f997af9715372c0f17b8758f Mon Sep 17 00:00:00 2001
From: Alexis Ballier <aballier@gentoo.org>
Date: Wed, 12 Aug 2015 11:36:38 +0200
Subject: [PATCH] libavcodec/tableprint_vlc.h: include lavu/reverse.c for
 ff_reverse.

Fixes the build with --enable-hardcoded-tables since ff_reverse has moved to lavu.
---
 libavcodec/tableprint_vlc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h
index 33a9c0e756e..675251a8366 100644
--- a/libavcodec/tableprint_vlc.h
+++ b/libavcodec/tableprint_vlc.h
@@ -38,6 +38,7 @@
 #include "tableprint.h"
 #include "get_bits.h"
 #include "mathtables.c"
+#include "libavutil/reverse.c"
 #include "bitstream.c"
 
 #define REPLACE_DEFINE2(type) write_##type##_array
-- 
GitLab