summaryrefslogtreecommitdiffstats
path: root/libswresample
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-04 12:25:02 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-03-04 12:25:02 +0100
commit03148fd1743fca98c2f4b5920b796f381e820045 (patch)
treed8e60307b96473352ed7dcd74f3c90e826512be5 /libswresample
parent523b12affc0083f0282a80a8d12c75c16b6af604 (diff)
downloadffmpeg-streaming-03148fd1743fca98c2f4b5920b796f381e820045.zip
ffmpeg-streaming-03148fd1743fca98c2f4b5920b796f381e820045.tar.gz
buildsys: only include log2_tab per library for shared builds
Fix linking failures with -all_load due to multiple log2_tabs Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/Makefile b/libswresample/Makefile
index 9d9f10c..0b75bd0 100644
--- a/libswresample/Makefile
+++ b/libswresample/Makefile
@@ -8,11 +8,11 @@ HEADERS = swresample.h \
OBJS = audioconvert.o \
dither.o \
- log2_tab.o \
rematrix.o \
resample.o \
swresample.o \
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
+OBJS-$(CONFIG_SHARED) += log2_tab.o
TESTPROGS = swresample
OpenPOWER on IntegriCloud