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:
ceff045
)
build: do not add CFLAGS-yes to CFLAGS
author
Mans Rullgard
<mans@mansr.com>
Sun, 5 Jun 2011 21:16:16 +0000
(22:16 +0100)
committer
Mans Rullgard
<mans@mansr.com>
Mon, 6 Jun 2011 14:48:44 +0000
(15:48 +0100)
CFLAGS-yes is never set so this serves no purpose.
Signed-off-by: Mans Rullgard <mans@mansr.com>
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index 20876c09517f469e4750e01ae87e993cf29316ca..5511a3016d7d8308480d9bf7364c7289c7371cae 100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-73,7
+73,6
@@
endif
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
-CFLAGS += $(CFLAGS-yes)
OBJS += $(OBJS-yes)
FFLIBS := $(FFLIBS-yes) $(FFLIBS)
TESTPROGS += $(TESTPROGS-yes)