Commit 7cafdfe9 authored by James Almer's avatar James Almer Committed by Michael Niedermayer

lavfi: duplicate ff_log2_tab

Fixes compilation failures on msvc/icl shared builds
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 298b3b6c
......@@ -244,6 +244,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
OBJS-$(HAVE_THREADS) += pthread.o
OBJS-$(CONFIG_SHARED) += log2_tab.o
TOOLS = graph2dot
TESTPROGS = drawutils filtfmts formats
......
#include "libavutil/log2_tab.c"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment