summaryrefslogtreecommitdiffstats
path: root/libavcodec/tableprint_vlc.h
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-08-12 11:36:38 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-08-12 11:37:24 +0200
commit4f74efa76dfcc295f997af9715372c0f17b8758f (patch)
treedb3b1f4f18523135a32e57180c3777ee37c54273 /libavcodec/tableprint_vlc.h
parent5f501f066ee29f514655906abcf025a4a1dbf2e1 (diff)
downloadffmpeg-streaming-4f74efa76dfcc295f997af9715372c0f17b8758f.zip
ffmpeg-streaming-4f74efa76dfcc295f997af9715372c0f17b8758f.tar.gz
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.
Diffstat (limited to 'libavcodec/tableprint_vlc.h')
-rw-r--r--libavcodec/tableprint_vlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h
index 33a9c0e..675251a 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
OpenPOWER on IntegriCloud