lavfi: duplicate ff_log2_tab

Fixes compilation failures on msvc/icl shared builds

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
James Almer 2014-08-12 18:38:32 -03:00 committed by Michael Niedermayer
parent 298b3b6c1f
commit 7cafdfe9c7
2 changed files with 2 additions and 0 deletions

View File

@ -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

1
libavfilter/log2_tab.c Normal file
View File

@ -0,0 +1 @@
#include "libavutil/log2_tab.c"