summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2007-10-15 16:26:02 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2007-10-15 16:26:02 +0000
commit636b13c5fcb8c9515cc84b5d77cdcd3533f17dcb (patch)
tree8fe4dc449de161e64acfccbc86c8cb25a8f7a6f0 /libavcodec/Makefile
parent85aec3bd480c5c9f8836989c988fc795478eedc3 (diff)
Nellymoser ASAO decoder
Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index e9829dc5a4..0e936ab36c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -128,6 +128,7 @@ OBJS-$(CONFIG_MSMPEG4V3_ENCODER) += msmpeg4.o msmpeg4data.o mpegvideo_enc.
OBJS-$(CONFIG_MSRLE_DECODER) += msrle.o
OBJS-$(CONFIG_MSVIDEO1_DECODER) += msvideo1.o
OBJS-$(CONFIG_MSZH_DECODER) += lcldec.o
+OBJS-$(CONFIG_NELLYMOSER_DECODER) += nellymoserdec.o
OBJS-$(CONFIG_NUV_DECODER) += nuv.o rtjpeg.o
OBJS-$(CONFIG_PAM_ENCODER) += pnmenc.o pnm.o
OBJS-$(CONFIG_PBM_ENCODER) += pnmenc.o pnm.o