[FFmpeg-cvslog] r23953 - trunk/configure

Ramiro Polla ramiro.polla
Fri Jul 2 02:41:38 CEST 2010


2010/7/1 M?ns Rullg?rd <mans at mansr.com>:
> Ramiro Polla <ramiro.polla at gmail.com> writes:
>> On Thu, Jul 1, 2010 at 8:21 PM, mru <subversion at mplayerhq.hu> wrote:
>>> ? ? ? ? SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress'
>>> ? ? ? ? strip="${strip} -x"
>>> ? ? ? ? FFLDFLAGS="-Wl,-dynamic,-search_paths_first"
>>> @@ -2306,6 +2308,9 @@ unsigned int endian = 'B' << 24 | 'I' <<
>>> ?EOF
>>> ?od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
>>>
>>> +check_asm gnu_as '".macro m n\n\\n:.int 0\n.endm\nm x"' ||
>>> + ? ?warn "GNU assembler not found, install gas-preprocessor"
>>> +
>>
>> And this could probably be turned into an error (like we plan on doing
>> for yasm).
>
> This only affects audio codecs (at the moment) so it's less critical.
> Besides, the OSX/PPC is quickly fading into obscurity if it's not
> there already, so I'd rather not spend too much effort on it.

Does this not also affect the iphone toolchain?



More information about the ffmpeg-cvslog mailing list