[MPlayer-dev-eng] [PATCH] Fix crash when using win32 codecs on mac osx / intel
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Aug 22 18:47:43 CEST 2007
Hello,
On Wed, Aug 22, 2007 at 10:32:35PM +0800, Ulion wrote:
> Index: loader/Makefile
> ===================================================================
> --- 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
> +ifeq ($(ARCH_X86),yes)
I don't think there is any need for that check.
> +win32.o: CFLAGS += -mstackrealign -fno-unit-at-a-time
Why is -fno-unit-at-a-time necessary?
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list