diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-28 04:12:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-28 04:12:24 +0200 |
commit | 7b453d1c60005cd1e0461a8d06d07e89116772d4 (patch) | |
tree | 55f5b363a0f6b5f447026edb8e80b38ef8c22437 /doc/Makefile | |
parent | 4a619fcae99c7fc8cae7070c7859243c40cdb4bc (diff) | |
parent | 55abaa58e5ede59d497e1ab89d5fe0950d1c6ecf (diff) | |
download | ffmpeg-7b453d1c60005cd1e0461a8d06d07e89116772d4.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
westwood_vqa: fix SND0 chunk handling
westwood_vqa: set video stream duration
raw: forward avpicture_fill() error code in raw_decode().
build: Do not explicitly add the doc directory to the OBJDIRS list.
dv: Split off DV video decoder into its own file.
build: fix RALF decoder standalone compilation, which depends on Golomb code
configure: Drop stray duplicate entry for --disable-fft from help output.
Conflicts:
libavcodec/dv.c
libavcodec/rawdec.c
libavformat/westwood_vqa.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index ed1425fc3e..07752c5ec7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -52,7 +52,6 @@ doc/%.1: doc/%.pod $(GENTEXI) $(M)pod2man --section=1 --center=" " --release=" " $< > $@ $(DOCS): | doc -OBJDIRS += doc install-progs-$(CONFIG_DOC): install-man |