diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-05 22:16:16 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-06 15:48:44 +0100 |
commit | 5eaba041a07a667eabd9a0784ead94e8d83c51fc (patch) | |
tree | e1222bf511fcf20e7a5aa80d0752fe5753bb4878 | |
parent | ceff045dbecb63bbe42da6d7d33f614ae67fbebd (diff) | |
download | ffmpeg-5eaba041a07a667eabd9a0784ead94e8d83c51fc.tar.gz |
build: do not add CFLAGS-yes to CFLAGS
CFLAGS-yes is never set so this serves no purpose.
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | common.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mak b/common.mak index 20876c0951..5511a3016d 100644 --- 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) |