[MPlayer-dev-eng] [PATCH] Fix crash when using win32 codecs on mac osx / intel

Diego Biurrun diego at biurrun.de
Fri Aug 24 14:50:31 CEST 2007


On Fri, Aug 24, 2007 at 07:15:08PM +0800, Ulion wrote:
> 2007/8/24, Diego Biurrun <diego at biurrun.de>:
> >
> > I liked your previous patch better that integrated into the existing
> > ifeq.  And now please remove the test for ARCH_X86.
> 
> --- loader/Makefile	(revision 24105)
> +++ loader/Makefile	(working copy)
> @@ -11,8 +11,12 @@
>  # QTX emulation is not supported in Darwin
>  ifneq ($(TARGET_OS),Darwin)
>  SRCS_COMMON += wrapper.S
> +else
> +win32.o: CFLAGS += -mstackrealign
>  endif
>  endif

Patch applied.  Next time please attach it instead of sending it inline.

Diego



More information about the MPlayer-dev-eng mailing list