Commit cee179bd authored by mru's avatar mru

Append ECFLAGS to CFLAGS

This makes it easy to supply extra flags on the make command line
for testing purposes.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21515 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3e99f019
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment