diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-06-22 05:16:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-22 05:16:40 +0200 |
commit | 043d2affbbc124c6d802fe2989d9b1ed73825368 (patch) | |
tree | 5cf6ebba7a816fe0475cee59e9e946d726940607 /configure | |
parent | 86824c1dcb3eaffc2b143de452e8082dc3c59822 (diff) | |
parent | 67e7dc54049d9b51a0c2168c8265145a9aef7780 (diff) | |
download | ffmpeg-043d2affbbc124c6d802fe2989d9b1ed73825368.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rawdec: Fix decoding of QT WRAW files.
configure: report optimization for size separately
mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.
mov: Support R10g codec identifier.
riff/img2: Add JPEG 2000 codec IDs.
riff: Add DAVC fourcc.
riff: Add M263, XVIX, MMJP, CDV5 fourccs.
rawvideo: Support auv2 fourcc.
swscale: Remove unused variable from ff_bfin_get_unscaled_swscale().
h264: Fix assert that failed to compile with -DDEBUG.
h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.
fate: remove output redirections from old regtest scripts
Conflicts:
configure
libavcodec/rawdec.c
libavformat/isom.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3064,7 +3064,6 @@ fi if enabled small; then add_cflags $size_cflags - optimizations="small" elif enabled optimizations; then add_cflags $speed_cflags else @@ -3204,6 +3203,7 @@ if enabled sparc; then fi echo "debug symbols ${debug-no}" echo "strip symbols ${stripping-no}" +echo "optimize for size ${small-no}" echo "optimizations ${optimizations-no}" echo "static ${static-no}" echo "shared ${shared-no}" |