diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-10-13 18:15:57 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-10-13 18:15:57 +0000 |
commit | d8b35b8586714bbd9930e677bcb1ed3738415553 (patch) | |
tree | 231c894c09bd8784d8c3ad02bd403878af9aa2a0 /libavcodec/Makefile | |
parent | 7537726f4747d86ab02fa54d7f87390be6ebf778 (diff) | |
download | ffmpeg-d8b35b8586714bbd9930e677bcb1ed3738415553.tar.gz |
Add decoder for "forward uncompressed".
Fixes issue 1467.
Originally committed as revision 20226 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 02e9465869..2724fbd468 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -98,6 +98,7 @@ OBJS-$(CONFIG_FLIC_DECODER) += flicvideo.o OBJS-$(CONFIG_FLV_DECODER) += h263dec.o h263.o mpegvideo.o error_resilience.o OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o huffman.o +OBJS-$(CONFIG_FRWU_DECODER) += frwu.o OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o OBJS-$(CONFIG_GIF_ENCODER) += gif.o OBJS-$(CONFIG_H261_DECODER) += h261dec.o h261.o mpegvideo.o error_resilience.o |