diff Makefile @ 3120:1d184d61e714 libavcodec

dosbox native ZMBV decoder, courtesy of Kostya
author melanson
date Sun, 12 Feb 2006 08:53:29 +0000
parents 09ae2e981d64
children 00b0af60fe53
line wrap: on
line diff
--- a/Makefile	Sun Feb 12 06:49:40 2006 +0000
+++ b/Makefile	Sun Feb 12 08:53:29 2006 +0000
@@ -221,6 +221,9 @@
 ifeq ($(CONFIG_MMVIDEO_DECODER),yes)
 	OBJS+= mmvideo.o
 endif
+ifeq ($(CONFIG_ZMBV_DECODER),yes)
+	OBJS+= zmbv.o
+endif
 
 AMROBJS=
 ifeq ($(AMR_NB),yes)