mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 05:24:42 +00:00
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:
parent
298b3b6c1f
commit
7cafdfe9c7
@ -244,6 +244,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
|
|||||||
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
|
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
|
||||||
|
|
||||||
OBJS-$(HAVE_THREADS) += pthread.o
|
OBJS-$(HAVE_THREADS) += pthread.o
|
||||||
|
OBJS-$(CONFIG_SHARED) += log2_tab.o
|
||||||
|
|
||||||
TOOLS = graph2dot
|
TOOLS = graph2dot
|
||||||
TESTPROGS = drawutils filtfmts formats
|
TESTPROGS = drawutils filtfmts formats
|
||||||
|
1
libavfilter/log2_tab.c
Normal file
1
libavfilter/log2_tab.c
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "libavutil/log2_tab.c"
|
Loading…
Reference in New Issue
Block a user