]> granicus.if.org Git - libass/commitdiff
We have aligned stack on Win64
author11rcombs <rodger.combs@gmail.com>
Mon, 17 Feb 2014 16:08:22 +0000 (10:08 -0600)
committer11rcombs <rodger.combs@gmail.com>
Mon, 17 Feb 2014 16:08:22 +0000 (10:08 -0600)
libass/Makefile.am

index 6757d43bb9116a60bddfac6c781ef1728cfffe07..5029108f2ea5056bb30e855c42dfe9bcf5da7eb1 100644 (file)
@@ -53,7 +53,7 @@ if ELF
 ASFLAGS += -f elf -DHAVE_ALIGNED_STACK=1
 endif
 if WIN32
-ASFLAGS += -f win64 -DHAVE_ALIGNED_STACK=0
+ASFLAGS += -f win64 -DHAVE_ALIGNED_STACK=1
 endif
 endif
 endif