diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-26 14:55:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-26 15:20:48 +0200 |
commit | 9aa630a520eb985dc6eefa5bc0f96e8269265ecb (patch) | |
tree | 7b573b974d5f4622113e0798732aa4b67f49bae2 /common.mak | |
parent | 7fe6f6e2b10fe278fecea850fda1d8e321330c15 (diff) | |
parent | 6aa93689abe8c095cec9fa828c2dee3131008995 (diff) | |
download | ffmpeg-9aa630a520eb985dc6eefa5bc0f96e8269265ecb.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
configure: sanitise sparc vis check
configure: recognise more sparc variants as --cpu argument
build: Include HEADERS-yes in the HEADERS variable
pcm: change references to raw to pcm
ffv1: set the range coder state in decode_slice_header
pcmdec: change default of channels parameter to 1
Conflicts:
libavformat/pcmdec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mak b/common.mak index dd5de7a508..2d78cf8fb2 100644 --- a/common.mak +++ b/common.mak @@ -94,6 +94,7 @@ HOSTPROGS := $(HOSTPROGS:%=$(SUBDIR)%$(HOSTEXESUF)) TOOLS += $(TOOLS-yes) TOOLOBJS := $(TOOLS:%=tools/%.o) TOOLS := $(TOOLS:%=tools/%$(EXESUF)) +HEADERS += $(HEADERS-yes) DEP_LIBS := $(foreach NAME,$(FFLIBS),lib$(NAME)/$($(CONFIG_SHARED:yes=S)LIBNAME)) |