diff options
author | Peter Ross <pross@xvid.org> | 2012-12-17 20:37:54 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2012-12-17 20:37:54 +1100 |
commit | afa1617b937f3675f74c6351a46c45f8c24d67f2 (patch) | |
tree | 2f5100a93b4a08c4e43a5a752ab1584c21ee761d /libavcodec/Makefile | |
parent | 2e59142fa9a0db5fab8aa2e676ba524f61280b83 (diff) | |
download | ffmpeg-afa1617b937f3675f74c6351a46c45f8c24d67f2.tar.gz |
SGI RLE 8-bit decoder
Signed-off-by: Peter Ross <pross@xvid.org>
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 1582d72941..8797d10296 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -376,6 +376,7 @@ OBJS-$(CONFIG_S302M_DECODER) += s302m.o OBJS-$(CONFIG_SANM_DECODER) += sanm.o OBJS-$(CONFIG_SGI_DECODER) += sgidec.o OBJS-$(CONFIG_SGI_ENCODER) += sgienc.o rle.o +OBJS-$(CONFIG_SGIRLE_DECODER) += sgirledec.o OBJS-$(CONFIG_SHORTEN_DECODER) += shorten.o OBJS-$(CONFIG_SIPR_DECODER) += sipr.o acelp_pitch_delay.o \ celp_math.o acelp_vectors.o \ |