diff options
| author | Shokara Kou <kou@13f0.net> | 2024-03-03 20:55:12 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2024-03-03 20:55:12 -0500 |
| commit | 9846421274ab6c5bce74731965de217773906f1b (patch) | |
| tree | 205319d922db719a8af3b0ee362bc67c10788803 /multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm | |
| parent | 9ef2923df41c3aa9718897e92b83e0d5b352bfb9 (diff) | |
import multimedia/gstreamer1
Diffstat (limited to 'multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm')
| -rw-r--r-- | multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm b/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm new file mode 100644 index 0000000..c8b38e9 --- /dev/null +++ b/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: gst/deinterlace/x86/x86inc.asm | ||
| 2 | --- gst/deinterlace/x86/x86inc.asm.orig | ||
| 3 | +++ gst/deinterlace/x86/x86inc.asm | ||
| 4 | @@ -732,6 +732,9 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, | ||
| 5 | %endif | ||
| 6 | align function_align | ||
| 7 | %2: | ||
| 8 | + %if ARCH_X86_64 | ||
| 9 | + endbr64 | ||
| 10 | + %endif | ||
| 11 | RESET_MM_PERMUTATION ; needed for x86-64, also makes disassembly somewhat nicer | ||
| 12 | %xdefine rstk rsp ; copy of the original stack pointer, used when greater alignment than the known stack alignment is required | ||
| 13 | %assign stack_offset 0 ; stack pointer offset relative to the return address | ||
