Dash:
[t2.git] / package / multimedia / x264 / hotfix.patch.x32
blob16b3be504346c36154263dbb0501afdaa2e8f2de
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/x264/hotfix.patch.x32
3 # Copyright (C) 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- x264-4121277b40a667665d4eea1726aefdc55d12d110/configure.vanilla     2021-11-07 16:51:52.551121099 +0100
15 +++ x264-4121277b40a667665d4eea1726aefdc55d12d110/configure     2021-11-07 16:52:10.598122030 +0100
16 @@ -767,9 +767,9 @@
17          ARCH="X86_64"
18          AS="${AS-nasm}"
19          AS_EXT=".asm"
20 -        ASFLAGS="$ASFLAGS -DARCH_X86_64=1 -I\$(SRCPATH)/common/x86/"
21 +        #ASFLAGS="$ASFLAGS -DARCH_X86_64=1 -I\$(SRCPATH)/common/x86/"
22          stack_alignment=16
23 -        [ $compiler = GNU ] && CFLAGS="-m64 $CFLAGS" && LDFLAGS="-m64 $LDFLAGS"
24 +        #[ $compiler = GNU ] && CFLAGS="-m64 $CFLAGS" && LDFLAGS="-m64 $LDFLAGS"
25          if [ "$SYS" = MACOSX ]; then
26              ASFLAGS="$ASFLAGS -f macho64 -DPREFIX"
27              if cc_check '' "-arch x86_64"; then