summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-12-19 18:50:47 -0300
committerJames Almer <jamrial@gmail.com>2015-12-19 18:50:47 -0300
commit0f520e489a659d9ea0fa7467aca3bf85cc006ef7 (patch)
treef2709310ee506cee494cdc2adbf5f38e66c61f9d
parent7caf381a95d41d1c2f5a7dd753ac6949f21724b7 (diff)
avcodec/Makefile: add missing dep for g723_1 encoder
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 44b199e248..5bcd35b979 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -281,7 +281,7 @@ 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 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_G729_DECODER) += g729dec.o lsp.o celp_math.o acelp_filters.o acelp_pitch_delay.o acelp_vectors.o g729postfilter.o
OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o
OBJS-$(CONFIG_GIF_ENCODER) += gif.o lzwenc.o