Merge commit '7e90133f64'
* commit '7e90133f64': build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not defined Conflicts: common.mak See:efa9596831Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
dbd1fdd214
1 changed files with 1 additions and 4 deletions
|
|
@ -93,10 +93,7 @@ include $(SRC_PATH)/arch.mak
|
|||
|
||||
OBJS += $(OBJS-yes)
|
||||
SLIBOBJS += $(SLIBOBJS-yes)
|
||||
FFLIBS := $(FFLIBS-yes) $(FFLIBS)
|
||||
ifdef NAME
|
||||
FFLIBS := $(FFLIBS-$(NAME)) $(FFLIBS)
|
||||
endif
|
||||
FFLIBS := $(FFLIBS-$(if $(NAME),$(NAME),no)) $(FFLIBS-yes) $(FFLIBS)
|
||||
TESTPROGS += $(TESTPROGS-yes)
|
||||
|
||||
LDLIBS = $(FFLIBS:%=%$(BUILDSUF))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue