ffmpeg/libswresample
Hendrik Leppkes 04bf2e7f0e 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: Michael Niedermayer <michaelni@gmx.at>
2012-10-20 01:58:04 +02:00
..
arm
x86
Makefile swresample: include ff_log2_tab for shared builds 2012-10-20 01:58:04 +02:00
audioconvert.c
audioconvert.h
dither.c
libswresample.v
log2_tab.c swresample: include ff_log2_tab for shared builds 2012-10-20 01:58:04 +02:00
rematrix.c swr/rematrix: fix C99 left shift overflow 2012-10-14 03:48:05 +02:00
rematrix_template.c
resample.c
resample_template.c
swresample-test.c swr-test: fix division by 0 2012-10-16 19:40:57 +02:00
swresample.c
swresample.h
swresample_internal.h
version.h