We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298b3b6 commit 7cafdfeCopy full SHA for 7cafdfe
libavfilter/Makefile
@@ -244,6 +244,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
244
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
245
246
OBJS-$(HAVE_THREADS) += pthread.o
247
+OBJS-$(CONFIG_SHARED) += log2_tab.o
248
249
TOOLS = graph2dot
250
TESTPROGS = drawutils filtfmts formats
libavfilter/log2_tab.c
@@ -0,0 +1 @@
1
+#include "libavutil/log2_tab.c"
0 commit comments