[MPlayer-dev-eng] [PATCH] MacOS X build issues
Diego Biurrun
diego at biurrun.de
Tue Nov 28 12:54:54 CET 2006
On Tue, Nov 28, 2006 at 12:44:50PM +0100, Diego Biurrun wrote:
> On Mon, Nov 27, 2006 at 02:00:17PM +0100, Chris Roccati wrote:
> > 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
>
> As is plain to see this patch mixes plenty of independent issues. Also,
> it does not apply. Rejected.
Also note that I think most of this is fixed in HEAD.
Diego
More information about the MPlayer-dev-eng
mailing list