Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
dav1d
dav1d
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 21
    • Merge Requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • dav1ddav1d
  • Merge Requests
  • !1007

Merged
Created May 28, 2020 by Steve Lhomme@robUx4Reporter

meson: favor _aligned_malloc over posix_memalign

  • 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
Reviewer
Request review from
0.7.1
Milestone
0.7.1
Assign milestone
Time tracking
Source branch: posix_memalign