[FFmpeg-cvslog] libavcodec/tableprint_vlc.h: include lavu/reverse.c for ff_reverse.

Alexis Ballier git at videolan.org
Wed Aug 12 11:38:12 CEST 2015


ffmpeg | branch: master | Alexis Ballier <aballier at gentoo.org> | Wed Aug 12 11:36:38 2015 +0200| [4f74efa76dfcc295f997af9715372c0f17b8758f] | committer: Carl Eugen Hoyos

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f74efa76dfcc295f997af9715372c0f17b8758f
---

 libavcodec/tableprint_vlc.h |    1 +
 1 file changed, 1 insertion(+)

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



More information about the ffmpeg-cvslog mailing list