aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2006-02-12 06:49:40 +0000
committerMike Melanson <mike@multimedia.cx>2006-02-12 06:49:40 +0000
commit4e114829b1d03ce4714c45f5d8628d46cc873cc0 (patch)
tree20accf6039bb7c2b585af24a77fbdef1ca7fa2fc /libavcodec/Makefile
parent6df84c3ad484bdc0c295c883f013b6a899d55f66 (diff)
downloadffmpeg-4e114829b1d03ce4714c45f5d8628d46cc873cc0.tar.gz
complete American Laser Games MM playback system, courtesy of Peter Ross
(suxen_drol at hotmail dot com) Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9437f3e101..aa8fbe50b5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -218,6 +218,9 @@ endif
ifeq ($(CONFIG_BMP_DECODER),yes)
OBJS+= bmp.o
endif
+ifeq ($(CONFIG_MMVIDEO_DECODER),yes)
+ OBJS+= mmvideo.o
+endif
AMROBJS=
ifeq ($(AMR_NB),yes)