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

Alexis Ballier aballier at gentoo.org
Wed Aug 12 11:22:08 CEST 2015


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 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
-- 
2.5.0



More information about the ffmpeg-devel mailing list