Skip to content
Snippets Groups Projects
Commit 9ffac3d0 authored by James Almer's avatar James Almer Committed by Michael Niedermayer
Browse files

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: default avatarJames Almer <jamrial@gmail.com>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 11322992
Branches
Tags
No related merge requests found
......@@ -15,6 +15,8 @@ OBJS = hscale_fast_bilinear.o \
utils.o \
yuv2rgb.o \
OBJS-$(CONFIG_SHARED) += log2_tab.o
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += swscaleres.o
......
#include "libavutil/log2_tab.c"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment