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

Brad Smith brad at comstyle.com
Fri Feb 17 21:03:14 UTC 2023


Thank you.

On 2023-02-17 2:28 p.m., Mahesh Pittala wrote:
> 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
>
>
> _______________________________________________
> 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/20230217/2de08b0b/attachment.htm>


More information about the x265-devel mailing list