Commit 4f74efa7 authored by Alexis Ballier's avatar Alexis Ballier Committed by 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.
parent 5f501f06
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment