projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45221f7
)
parser.c is compiled unconditionally, there is no need to compile it
author
Diego Biurrun
<diego@biurrun.de>
Sat, 5 May 2007 09:15:03 +0000
(09:15 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 5 May 2007 09:15:03 +0000
(09:15 +0000)
conditional to CONFIG_CAVSVIDEO_PARSER.
Originally committed as revision 8892 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index a30030ffa43138703494828f735e7007879cb303..ac39dbc2925b9dfdbc23b97f9540e58e0e2633ce 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-275,7
+275,7
@@
OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o
OBJS-$(CONFIG_AAC_PARSER) += parser.o
OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3tab.o
-OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o
parser.o
+OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o
OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o
OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o
OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsubdec.o