Mercurial > libavcodec.hg
diff Makefile @ 3253:226ffbb6fd02 libavcodec
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
author | kostya |
---|---|
date | Fri, 07 Apr 2006 16:59:57 +0000 |
parents | 0afff8f416e6 |
children | f554f78569b6 |
line wrap: on
line diff
--- a/Makefile Fri Apr 07 12:40:28 2006 +0000 +++ b/Makefile Fri Apr 07 16:59:57 2006 +0000 @@ -98,6 +98,9 @@ ifeq ($(CONFIG_INTERPLAY_VIDEO_DECODER),yes) OBJS+= interplayvideo.o endif +ifeq ($(CONFIG_KMVC_DECODER),yes) + OBJS+= kmvc.o +endif ifneq ($(CONFIG_MSZH_DECODER)$(CONFIG_ZLIB_DECODER)$(CONFIG_ZLIB_ENCODER),) OBJS+= lcl.o endif