diff Makefile @ 2949:e5a10ae14ffb libavcodec

BMP image decoder
author mru
date Wed, 30 Nov 2005 01:40:50 +0000
parents aebeb38eea7a
children 5f51b1e0bed6
line wrap: on
line diff
--- a/Makefile	Mon Nov 21 20:03:35 2005 +0000
+++ b/Makefile	Wed Nov 30 01:40:50 2005 +0000
@@ -197,8 +197,10 @@
 ifeq ($(CONFIG_XL_DECODER),yes)
     OBJS+= xl.o
 endif
-      
-      
+ifeq ($(CONFIG_BMP_DECODER),yes)
+	OBJS+= bmp.o
+endif
+
 AMROBJS=
 ifeq ($(AMR_NB),yes)
 ifeq ($(AMR_NB_FIXED),yes)