diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2011-04-12 15:29:09 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-11 17:25:06 +0200 |
commit | 9aa91043f30cee1419555c0e299c94e655b0930a (patch) | |
tree | e23eebbd991525cbd3dafca3698f5f0fe886c443 /libavcodec/Makefile | |
parent | b44c8ad280c221691560ae9625421416e20c483f (diff) | |
download | ffmpeg-9aa91043f30cee1419555c0e299c94e655b0930a.tar.gz |
Port SMPTE S302M audio decoder from FFmbc 0.3.
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 996b9b4d81..9040b32f57 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -324,6 +324,7 @@ OBJS-$(CONFIG_RV30_DECODER) += rv30.o rv34.o rv30dsp.o \ mpegvideo.o error_resilience.o OBJS-$(CONFIG_RV40_DECODER) += rv40.o rv34.o rv40dsp.o \ mpegvideo.o error_resilience.o +OBJS-$(CONFIG_S302M_DECODER) += s302m.o OBJS-$(CONFIG_SGI_DECODER) += sgidec.o OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o |