summaryrefslogtreecommitdiff
path: root/libs/ffvpx/libavcodec/log2_tab.c
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2021-09-26 13:48:44 -0500
committerJeremy Andrews <athenian200@outlook.com>2021-09-26 13:48:44 -0500
commit032e39643a289df092067142058dfd4e59667d52 (patch)
tree7877b1fba3ee0baf7d9c87af9d3f8cb264e182b3 /libs/ffvpx/libavcodec/log2_tab.c
parentcc621e1829f61df96473cd04fb8ba27a65c99e13 (diff)
downloadaura-central-032e39643a289df092067142058dfd4e59667d52.tar.gz
Issue %3003 - Move ffvpx to libs/
Diffstat (limited to 'libs/ffvpx/libavcodec/log2_tab.c')
-rw-r--r--libs/ffvpx/libavcodec/log2_tab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ffvpx/libavcodec/log2_tab.c b/libs/ffvpx/libavcodec/log2_tab.c
new file mode 100644
index 000000000..47a1df03b
--- /dev/null
+++ b/libs/ffvpx/libavcodec/log2_tab.c
@@ -0,0 +1 @@
+#include "libavutil/log2_tab.c"