From 4f74efa76dfcc295f997af9715372c0f17b8758f Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 12 Aug 2015 11:36:38 +0200 Subject: 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(+) (limited to 'libavcodec/tableprint_vlc.h') 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 -- cgit v1.2.3