diff Makefile @ 3119:09ae2e981d64 libavcodec

complete American Laser Games MM playback system, courtesy of Peter Ross (suxen_drol at hotmail dot com)
author melanson
date Sun, 12 Feb 2006 06:49:40 +0000
parents 01b58c3b8a91
children 1d184d61e714
line wrap: on
line diff
--- a/Makefile	Sun Feb 12 02:15:19 2006 +0000
+++ b/Makefile	Sun Feb 12 06:49:40 2006 +0000
@@ -218,6 +218,9 @@
 ifeq ($(CONFIG_BMP_DECODER),yes)
 	OBJS+= bmp.o
 endif
+ifeq ($(CONFIG_MMVIDEO_DECODER),yes)
+	OBJS+= mmvideo.o
+endif
 
 AMROBJS=
 ifeq ($(AMR_NB),yes)