From 03148fd1743fca98c2f4b5920b796f381e820045 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 4 Mar 2013 12:25:02 +0100 Subject: 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 --- libswresample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/Makefile') diff --git a/libswresample/Makefile b/libswresample/Makefile index 9d9f10c6c6..0b75bd0821 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 -- cgit v1.2.3