Mercurial > libavcodec.hg
diff Makefile @ 1190:60bd91a6e218 libavcodec
native Indeo3 decoder implementation
author | tmmm |
---|---|
date | Tue, 15 Apr 2003 10:12:38 +0000 |
parents | 5af9aeadbdc3 |
children | 432d9a42a244 |
line wrap: on
line diff
--- a/Makefile Mon Apr 14 20:02:12 2003 +0000 +++ b/Makefile Tue Apr 15 10:12:38 2003 +0000 @@ -21,7 +21,7 @@ # codecs which are patented in some non free countries like the us ifeq ($(CONFIG_RISKY),yes) -OBJS+= h263.o msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o +OBJS+= h263.o msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o endif # currently using liba52 for ac3 decoding