diff options
author | Mike Melanson <mike@multimedia.cx> | 2006-02-12 08:53:29 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2006-02-12 08:53:29 +0000 |
commit | 9c8d8e84e0f4534d58be6b66f6ec1eef51e1d89c (patch) | |
tree | 04088d086300e11fcbbfcc94a0b0db6986a76e39 /libavcodec/Makefile | |
parent | 4e114829b1d03ce4714c45f5d8628d46cc873cc0 (diff) | |
download | ffmpeg-9c8d8e84e0f4534d58be6b66f6ec1eef51e1d89c.tar.gz |
dosbox native ZMBV decoder, courtesy of Kostya
Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index aa8fbe50b5..3b646a280e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -221,6 +221,9 @@ endif ifeq ($(CONFIG_MMVIDEO_DECODER),yes) OBJS+= mmvideo.o endif +ifeq ($(CONFIG_ZMBV_DECODER),yes) + OBJS+= zmbv.o +endif AMROBJS= ifeq ($(AMR_NB),yes) |