git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
BMP image decoder
[ffmpeg.git]
/
libavcodec
/
Makefile
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
225e340
..
cacf074
100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-197,8
+197,10
@@
endif
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)