diff options
author | Mike Melanson <mike@multimedia.cx> | 2006-02-12 06:49:40 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2006-02-12 06:49:40 +0000 |
commit | 4e114829b1d03ce4714c45f5d8628d46cc873cc0 (patch) | |
tree | 20accf6039bb7c2b585af24a77fbdef1ca7fa2fc /libavcodec/Makefile | |
parent | 6df84c3ad484bdc0c295c883f013b6a899d55f66 (diff) | |
download | ffmpeg-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/Makefile | 3 |
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) |