Opened 11 years ago
Closed 11 years ago
#2156 closed defect (fixed)
Build of MPlayer fails under OS X Mavericks (10.9)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | MPlayer OS X |
Version: | unspecified | Severity: | blocker |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description (last modified by )
The following patch appears to be needed to make MPlayer build under Mavericks.
--- libvo/vo_corevideo.m.~1~ 2012-05-23 16:03:07.000000000 -0400
+++ libvo/vo_corevideo.m 2013-10-30 18:25:39.000000000 -0400
@@ -25,6 +25,7 @@
#include <sys/mman.h>
#include <unistd.h>
#include <CoreServices/CoreServices.h>
+#include <OpenGL/gl.h>
special workaround for Apple bug #6267445
(OSServices Power API disabled in OSServices.h for 64bit systems)
#ifndef POWER
Change History (1)
comment:1 by , 11 years ago
Analyzed by developer: | unset |
---|---|
Description: | modified (diff) |
Reproduced by developer: | unset |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In r36903.