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 <[email protected]> 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
    [email protected]
    https://mailman.videolan.org/listinfo/x265-devel


_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to