Mercurial > libavcodec.hg
diff Makefile @ 11865:6111134a3d94 libavcodec
Split ra144.c in common code (to be shared with the future encoder) and
decoder.
Patch by Francesco Lavra (firstnamelastname@interfree.it)
author | vitor |
---|---|
date | Fri, 11 Jun 2010 08:01:51 +0000 |
parents | 677c51ca528d |
children | 6b1a63ea6e61 |
line wrap: on
line diff
--- a/Makefile Thu Jun 10 17:31:12 2010 +0000 +++ b/Makefile Fri Jun 11 08:01:51 2010 +0000 @@ -281,7 +281,7 @@ OBJS-$(CONFIG_QTRLE_DECODER) += qtrle.o OBJS-$(CONFIG_QTRLE_ENCODER) += qtrleenc.o OBJS-$(CONFIG_R210_DECODER) += r210dec.o -OBJS-$(CONFIG_RA_144_DECODER) += ra144.o celp_filters.o +OBJS-$(CONFIG_RA_144_DECODER) += ra144dec.o ra144.o celp_filters.o OBJS-$(CONFIG_RA_288_DECODER) += ra288.o celp_math.o celp_filters.o OBJS-$(CONFIG_RAWVIDEO_DECODER) += rawdec.o OBJS-$(CONFIG_RAWVIDEO_ENCODER) += rawenc.o