Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-08-13 01:38:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-08-13 03:00:38 +0400
commit7cafdfe9c7992e95f08b320fc7b4f1512e4e2afb (patch)
tree245f3c94c49373487f454132aece7a6659caebbc /libavfilter/log2_tab.c
parent298b3b6c1f8f66b9bc6de53a7b51d3de745d946b (diff)
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>
Diffstat (limited to 'libavfilter/log2_tab.c')
-rw-r--r--libavfilter/log2_tab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/log2_tab.c b/libavfilter/log2_tab.c
new file mode 100644
index 0000000000..47a1df03b7
--- /dev/null
+++ b/libavfilter/log2_tab.c
@@ -0,0 +1 @@
+#include "libavutil/log2_tab.c"