diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-08-12 11:36:38 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-08-12 11:37:24 +0200 |
commit | 4f74efa76dfcc295f997af9715372c0f17b8758f (patch) | |
tree | db3b1f4f18523135a32e57180c3777ee37c54273 | |
parent | 5f501f066ee29f514655906abcf025a4a1dbf2e1 (diff) | |
download | ffmpeg-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.
-rw-r--r-- | libavcodec/tableprint_vlc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tableprint_vlc.h b/libavcodec/tableprint_vlc.h index 33a9c0e756..675251a836 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 |