lsws: duplicate ff_log2_tab
libswscale uses the table but wasn't duplicating it like the rest of the libs. This should fix compilation failures on msvc/icl after lavu stopped exporting internal functions and tables. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
113229922a
commit
9ffac3d00d
2 changed files with 3 additions and 0 deletions
1
libswscale/log2_tab.c
Normal file
1
libswscale/log2_tab.c
Normal file
|
|
@ -0,0 +1 @@
|
|||
#include "libavutil/log2_tab.c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue