Skip to content

FTBFS on x32 architecture #3545

@bigon

Description

@bigon

Hello,

openh264 FTBFS on debian x32 architecture:

The issue is caused by two things:

  1. The -m64 flag passed to the compiler, on this architecture it should either be -mx32or no flag at all should be passed
  2. When calling nasm, the elf64 format is used, it should be elfx32 here again

A new flavour of x86 should be added here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions