Opened 3 years ago

Closed 18 months ago

#62254 closed defect (fixed)

MPlayer @1.3.0_7: build error: 'QuickTime/QuickTime.h' file not found

Reported by: dsteck Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur, arm64 Cc: vidakris
Port: MPlayer

Description

Mplayer fails to build for arm64 in Big Sur, error message is :info:build libmpdemux/demux_mov.c:50:10: fatal error: 'QuickTime/QuickTime.h' file not found

Attachments (1)

main.log (520.4 KB) - added by dsteck 3 years ago.

Download all attachments as: .zip

Change History (8)

Changed 3 years ago by dsteck

Attachment: main.log added

comment:1 Changed 3 years ago by mf2k (Frank Schima)

Cc: jeremyhu@… removed
Owner: set to jeremyhu
Status: newassigned

comment:2 Changed 3 years ago by vidakris

Cc: vidakris added

comment:3 Changed 3 years ago by vidakris

Cc: vidakris removed

comment:4 Changed 3 years ago by vidakris

Cc: vidakris added

comment:5 Changed 2 years ago by wteiken (Wilfried Teiken)

https://github.com/macports/macports-ports/pull/12821 should fix this, compiles for me on Monterey/arm64.

comment:6 Changed 2 years ago by wteiken (Wilfried Teiken)

In 5c80541e75458f7e802e7f7836ea8597a1a1438b/macports-ports (master):

MPlayer: Support arm64 architecture.

MPlayer did not compile, this is now fixed:

  • Disabled quicktime format (missing headers, this is also default for x86_64).
  • Properly handle arm64 as aarch64, not arm.
  • Create the "ARMV8" CPU feature in configure. This should be a noop but avoids a compile error.

This addresses #62254

comment:7 Changed 18 months ago by kencu (Ken)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.