[MPlayer-dev-eng] [PATCH] Added support for arm64
Joao Pinto
Joao.Pinto at synopsys.com
Wed Sep 30 12:13:25 CEST 2015
Hi Roberto!
On 9/27/2015 4:33 PM, Roberto Togni wrote:
> On Wed, 16 Sep 2015 10:51:07 +0100
> jpinto <Joao.Pinto at synopsys.com> wrote:
>
>> Signed-off-by: Joao Pinto <jpinto at synopsys.com>
>> Tested-by: Joao Pinto <jpinto at synopsys.com>
>> ---
>> configure | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/configure b/configure
>> index 722b8a4..d17e61e 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2493,6 +2493,11 @@ EOF
>> arch='generic'
>> ;;
>>
>> + aarch64)
>> + arch='arm64'
>> + iproc='arm64'
>> + ;;
>> +
>> *)
>> echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
>> echo "It seems nobody has ported MPlayer to your OS or CPU type yet."
> Hi,
> there is already an aarch64 entry in configure, with arch and iproc =
> aarch64.
>
> We can't have two architectures with the same name.
>
> Is there any difference between your proposal and what is already in
> configure?
I submitted the patch to Buildroot which is using MPlayer 1.1.1.
I am glad that in newer versions this problem is fixed.
> Is your patch based on svn head or on some older version of MPlayer?
>
> Ciao,
> Roberto
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
Thanks!
-Joao
More information about the MPlayer-dev-eng
mailing list