projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34032e2
)
Append ECFLAGS to CFLAGS
author
Måns Rullgård
<mans@mansr.com>
Thu, 28 Jan 2010 20:13:46 +0000
(20:13 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Thu, 28 Jan 2010 20:13:46 +0000
(20:13 +0000)
This makes it easy to supply extra flags on the make command line
for testing purposes.
Originally committed as revision 21515 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
blame
|
history
diff --git
a/common.mak
b/common.mak
index
aa3324a
..
e94e98e
100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-54,7
+54,7
@@
endif
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
-CFLAGS += $(CFLAGS-yes)
+CFLAGS += $(CFLAGS-yes)
$(ECFLAGS)
OBJS += $(OBJS-yes)
FFLIBS := $(FFLIBS-yes) $(FFLIBS)
TESTPROGS += $(TESTPROGS-yes)