Skip to content
Snippets Groups Projects
Commit 4f74efa7 authored by Alexis Ballier's avatar Alexis Ballier Committed by Carl Eugen Hoyos
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment