[x265] [PATCH] Properly display 64-bit build for all 64-bit archs

Mahesh Pittala mahesh at multicorewareinc.com
Fri Feb 17 19:28:48 UTC 2023


Pushed to the master branch, Thanks

On Sat, Feb 4, 2023 at 4:49 AM Brad Smith <brad at comstyle.com> wrote:

> ping.
>
> On 2022-11-24 8:26 p.m., Brad Smith wrote:
> > Properly display a 64-bit build for all 64-bit archs.
> >
> >
> > diff --git a/source/common/version.cpp b/source/common/version.cpp
> > index 1c07d5a9d..16a546756 100644
> > --- a/source/common/version.cpp
> > +++ b/source/common/version.cpp
> > @@ -71,7 +71,7 @@
> >   #define ONOS    "[Unk-OS]"
> >   #endif
> >
> > -#if X86_64 || X265_ARCH_ARM64
> > +#if defined(_LP64) || defined(_WIN64)
> >   #define BITS    "[64 bit]"
> >   #else
> >   #define BITS    "[32 bit]"
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20230218/cc3df628/attachment.htm>


More information about the x265-devel mailing list