On Mon, 29 Oct 2012, Ronald S. Bultje wrote:
> On Mon, Oct 29, 2012 at 5:15 PM, Diego Biurrun <di...@biurrun.de> wrote:
>
>> This allows using "mmxext" as name in Libav while staying compatible
>> with changes to the YASM macro infrastructure imported from x264.
>> ---
>>  libavutil/x86/x86inc.asm |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
>> index 1fe9f55..2655154 100644
>> --- a/libavutil/x86/x86inc.asm
>> +++ b/libavutil/x86/x86inc.asm
>> @@ -35,6 +35,7 @@
>>  ; to x264-de...@videolan.org .
>>
>>  %define program_name ff
>> +%define cpuflags_mmxext cpuflags_mmx2
>
> Any such a change to x86inc.asm is OK if and only if x264 accepts this
> change upstream. Loren?

I'll accept the addition of the synonym.

(This doesn't change my objections to the name, I'm just allowing an inert
line of code to live in the x264 repo if that simplifies merging.)

--Loren Merritt
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to