[MPlayer-dev-eng] [PATCH] Add support for AArch64 architecture (64-bit ARM)

Marcin Juszkiewicz mjuszkiewicz at redhat.com
Sun Jan 18 21:45:33 CET 2015


W dniu 18.01.2015 o 19:08, Reimar Döffinger pisze:
> On Fri, Jan 16, 2015 at 11:17:39PM +0100, Marcin Juszkiewicz wrote:
>> As I got X11 running on AArch64 hardware I decided to use my 
>> standard test and play something with MPlayer. Following patch
>> is all what was needed.
> 
> Seems fine, but I think you could have tested even before that using
> -vo fbdev ;)

I got X11 running on raw framebuffer (Matrox G550) on a day when finally
got some card running at all.

>> Index: configure
>> ===================================================================
>> --- configure   (revision 37360)
>> +++ configure   (working copy)
>> @@ -1724,6 +1724,7 @@
>>        nios2) host_arch=nios2 ;;
>>        vax) host_arch=vax ;;
>>        xtensa*) host_arch=xtensa ;;
>> +      aarch64*) host_arch=aarch64 ;;
>>        *) host_arch=UNKNOWN ;;
>>    esac
>>    }
>> @@ -2668,6 +2669,10 @@
>>      arch='arc'
>>      iproc='arc'
>>      ;;
>> +  aarch64)
>> +    arch='aarch64'
>> +    iproc='aarch64'
>> +    ;;
> 
> This won't run the tests for and enable NEON/VFP though.
> I admit that I don't know if the VFP/NEON code we have will
> just work for AArch64, but maybe worth testing instead of
> adding support without even basic asm support?

I will check.


More information about the MPlayer-dev-eng mailing list