Skip to content

Commit 7cafdfe

Browse files
jamrialmichaelni
authored andcommitted
lavfi: duplicate ff_log2_tab
Fixes compilation failures on msvc/icl shared builds Signed-off-by: James Almer <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
1 parent 298b3b6 commit 7cafdfe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libavfilter/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
244244
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
245245

246246
OBJS-$(HAVE_THREADS) += pthread.o
247+
OBJS-$(CONFIG_SHARED) += log2_tab.o
247248

248249
TOOLS = graph2dot
249250
TESTPROGS = drawutils filtfmts formats

libavfilter/log2_tab.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "libavutil/log2_tab.c"

0 commit comments

Comments
 (0)