diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-04 03:21:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-04 03:24:59 +0200 |
commit | 2f9d6ffda78725e11b351a7a5d69414a32010810 (patch) | |
tree | b9bf0e40ad2b85a35af8b5c0b9b6d50c19ad5303 /configure | |
parent | 98df93c9fe2dd4698cd7b4d699b248cbfd1427b4 (diff) | |
parent | 60df6b004858dcab96fc96c6dd32484780a8d7c3 (diff) | |
download | ffmpeg-2f9d6ffda78725e11b351a7a5d69414a32010810.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
id3v2: remove pointless casts
id3v2: read TXXX frames with two calls to decode_str() instead of one.
id3v2: don't discard the whole tag when encountering empty frames.
libvpx: fix build with older libvpx versions.
ARM: check for inline asm 'y' operand modifier support
Conflicts:
libavcodec/libvpxenc.c
libavformat/id3v2.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1115,6 +1115,7 @@ HAVE_LIST=" alsa_asoundlib_h altivec_h arpa_inet_h + asm_mod_y attribute_may_alias attribute_packed bswap @@ -2778,6 +2779,8 @@ EOF enabled neon && check_asm neon '"vadd.i16 q0, q0, q0"' enabled vfpv3 && check_asm vfpv3 '"vmov.f32 s0, #1.0"' + check_asm asm_mod_y '"vmul.i32 d0, d0, %y0" :: "x"(0)' + enabled_all armv6t2 shared !pic && enable_pic elif enabled mips; then |