Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • dav1d dav1d
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • dav1ddav1d
  • Merge requests
  • !1007

meson: favor _aligned_malloc over posix_memalign

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Steve Lhomme requested to merge robUx4/dav1d:posix_memalign into master May 28, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

posix_memalign is defined as a built-in in gcc in msys2 but it's not available when linking with the Universal C Runtime. _aligned_malloc is available in the UCRT.

That should only affect builds targeting Windows since _aligned_malloc is a MS thing.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: posix_memalign

VideoLAN code repository instance