[FFmpeg-cvslog] build: do not add CFLAGS-yes to CFLAGS

Mans Rullgard git at videolan.org
Tue Jun 7 03:49:11 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Jun  5 22:16:16 2011 +0100| [5eaba041a07a667eabd9a0784ead94e8d83c51fc] | committer: Mans Rullgard

build: do not add CFLAGS-yes to CFLAGS

CFLAGS-yes is never set so this serves no purpose.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5eaba041a07a667eabd9a0784ead94e8d83c51fc
---

 common.mak |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/common.mak b/common.mak
index 20876c0..5511a30 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)



More information about the ffmpeg-cvslog mailing list