[MPlayer-dev-eng] [PATCH] MacOS X build issues
Chris Roccati
roccati at pobox.com
Mon Nov 27 14:00:17 CET 2006
Hello,
recent sources from SVN don't compile under MacOS X, atleast under
PPC. This patch fixes the issues:
libaf/af_format.c
reordering of #includes, to avoid clashes with math.h
libmpcodecs/ad_qtaudio.c
inclusion of "wine/winedef.h" only if WIN32_LOADER is defined
libmpcodecs/vd_qtvideo.c
inclusion of "wine/winedef.h" only if WIN32_LOADER is defined, win32-
only variables removed under macos
libmpdemux/demux_mov.c
reordering of #includes, to avoid clashes with Quicktime/*.h
libvo/Makefile
removed creation of $(OBJS), which is overwritten by mpcommon.mak
mencoder.c
reordering of #includes, to avoid clashes with CoreFoundation/*.h
(inside getpath.c)
mpcommon.mak
changed the generation of $(OBJS), from fixed extensions to basename
plus '.o', to allow generation of vo_macosx.o from vo_macosx.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: macos.diff
Type: application/octet-stream
Size: 6113 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20061127/3b0a720d/attachment.obj>
-------------- next part --------------
More information about the MPlayer-dev-eng
mailing list