mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 03:09:51 +00:00
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
@ -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
|
||||
|
||||
|
1
libswscale/log2_tab.c
Normal file
1
libswscale/log2_tab.c
Normal file
@ -0,0 +1 @@
|
||||
#include "libavutil/log2_tab.c"
|
Loading…
Reference in New Issue
Block a user