From 71eaefa64a54bece571299ca600d06f48ac7c6c3 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 12 Feb 2016 14:05:04 -0500 Subject: build: Add missing celp_math dependency for G723_1 encoder and decoder Signed-off-by: Diego Biurrun --- libavcodec/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index db44899bc5..917badb9a0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -229,9 +229,11 @@ OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o OBJS-$(CONFIG_FRWU_DECODER) += frwu.o OBJS-$(CONFIG_G2M_DECODER) += g2meet.o elsdec.o OBJS-$(CONFIG_G723_1_DECODER) += g723_1dec.o g723_1.o \ - acelp_vectors.o celp_filters.o + acelp_vectors.o celp_filters.o \ + celp_math.o OBJS-$(CONFIG_G723_1_ENCODER) += g723_1enc.o g723_1.o \ - acelp_vectors.o celp_filters.o + acelp_vectors.o celp_filters.o \ + celp_math.o OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o OBJS-$(CONFIG_GIF_ENCODER) += gif.o lzwenc.o OBJS-$(CONFIG_GSM_DECODER) += gsmdec.o gsmdec_data.o msgsmdec.o -- cgit v1.2.3