diff Makefile @ 10394:81cf22a16ab3 libavcodec

Add decoder for "forward uncompressed". Fixes issue 1467.
author reimar
date Tue, 13 Oct 2009 18:15:57 +0000
parents e55d957ef1a2
children 866dffa620d1
line wrap: on
line diff
--- a/Makefile	Tue Oct 13 13:40:03 2009 +0000
+++ b/Makefile	Tue Oct 13 18:15:57 2009 +0000
@@ -98,6 +98,7 @@
 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