Commit 04bf2e7f authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Michael Niedermayer

swresample: include ff_log2_tab for shared builds

This is done in accordance with all other libraries, which no longer access ff_log2_tab from avutil directly for shared builds, and instead obtain their own copy.

This change is required for MSVC DLL builds, as well as avoids accessing a private symbol from another library.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 953a3dcc
......@@ -8,6 +8,7 @@ HEADERS = swresample.h \
OBJS = audioconvert.o \
dither.o \
log2_tab.o \
rematrix.o \
resample.o \
swresample.o \
......
#include "libavutil/log2_tab.c"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment