diff options
author | Mashiat Sarker Shakkhar <shahriman_ams@yahoo.com> | 2012-03-01 12:43:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-02 19:10:29 +0100 |
commit | 9d25f1f6194dba9cfd60c0596aa59ad145d61382 (patch) | |
tree | ffe2a145aa9c9d31f95904ec4e0fd01ae73f4f6f /libavcodec/Makefile | |
parent | 9243ec4a508c81a621e941bb7e012e2d45d93659 (diff) | |
download | ffmpeg-9d25f1f6194dba9cfd60c0596aa59ad145d61382.tar.gz |
Windows Media Audio Lossless decoder
Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet.
Bitstream parser written by Andreas Ă–man with contributions from
Baptiste Coudurier and Ulion.
Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and
Konstantin Shishkov, shine and polish by Diego Biurrun.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 53e67dc97c..33a19748eb 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -418,6 +418,7 @@ OBJS-$(CONFIG_VP6_DECODER) += vp6.o vp56.o vp56data.o vp56dsp.o \ OBJS-$(CONFIG_VP8_DECODER) += vp8.o vp8dsp.o vp56rac.o OBJS-$(CONFIG_VQA_DECODER) += vqavideo.o OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o +OBJS-$(CONFIG_WMALOSSLESS_DECODER) += wmalosslessdec.o wma.o OBJS-$(CONFIG_WMAPRO_DECODER) += wmaprodec.o wma.o OBJS-$(CONFIG_WMAV1_DECODER) += wmadec.o wma.o aactab.o OBJS-$(CONFIG_WMAV1_ENCODER) += wmaenc.o wma.o aactab.o |