diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-17 11:42:47 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 20:21:28 +0200 |
commit | 53640f42be9f18368a8339116f8abf30616c60b2 (patch) | |
tree | 806c126d4494c863859c003774d48312c37dd8b5 /libavcodec/Makefile | |
parent | d948893dbd963a268e2fc093b3d09b5037560974 (diff) | |
download | ffmpeg-53640f42be9f18368a8339116f8abf30616c60b2.tar.gz |
SAMI demuxer and decoder.
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 95bcb1702e..6c723db1d2 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -393,6 +393,7 @@ OBJS-$(CONFIG_RV30_DECODER) += rv30.o rv34.o rv30dsp.o rv34dsp.o \ mpegvideo.o error_resilience.o OBJS-$(CONFIG_RV40_DECODER) += rv40.o rv34.o rv34dsp.o rv40dsp.o \ mpegvideo.o error_resilience.o +OBJS-$(CONFIG_SAMI_DECODER) += samidec.o ass.o OBJS-$(CONFIG_S302M_DECODER) += s302m.o OBJS-$(CONFIG_SANM_DECODER) += sanm.o OBJS-$(CONFIG_SGI_DECODER) += sgidec.o |