This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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.
tags/n2.8
Alexis Ballier
Carl Eugen Hoyos
10 years ago
parent
5f501f066e
commit
4f74efa76d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/tableprint_vlc.h
+ 1
- 0
libavcodec/tableprint_vlc.h
View File
@@ -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
Write
Preview
Loading…
Cancel
Save