projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005ad8a
)
Add acelp_filters.o as QCELP decoder object file.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 23 Apr 2010 16:45:38 +0000
(16:45 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 23 Apr 2010 16:45:38 +0000
(16:45 +0000)
Originally committed as revision 22956 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index 68b42b409b2da7385dbb8df6ca3c381b4b697ccb..9aa70e296139b8b06539a0111807bdec6b386ef1 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-260,7
+260,8
@@
OBJS-$(CONFIG_PPM_DECODER) += pnmdec.o pnm.o
OBJS-$(CONFIG_PPM_ENCODER) += pnmenc.o pnm.o
OBJS-$(CONFIG_PTX_DECODER) += ptx.o
OBJS-$(CONFIG_QCELP_DECODER) += qcelpdec.o celp_math.o \
- celp_filters.o acelp_vectors.o
+ celp_filters.o acelp_vectors.o \
+ acelp_filters.o
OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o mpegaudiodec.o \
mpegaudiodecheader.o mpegaudio.o \
mpegaudiodata.o