]> git.pld-linux.org Git - packages/vapoursynth.git/blame - vapoursynth-sse2.patch
- updated to 62
[packages/vapoursynth.git] / vapoursynth-sse2.patch
CommitLineData
7e3a81f0
JB
1--- vapoursynth-R62/Makefile.am.orig 2023-04-23 21:44:20.035726545 +0200
2+++ vapoursynth-R62/Makefile.am 2023-04-23 21:48:53.884242981 +0200
3@@ -94,7 +94,7 @@ libvapoursynth_la_LIBADD = $(PTHREAD_LIB
9e472ff2
JB
4
5
e7e4ec47
JB
6 if X86ASM
7-noinst_LTLIBRARIES += libvapoursynth_avx2.la
8+noinst_LTLIBRARIES += libvapoursynth_avx2.la libvapoursynth_sse2.la
9e472ff2 9
7e3a81f0
JB
10 libvapoursynth_avx2_la_SOURCES = src/core/kernel/x86/convolution_avx2.cpp \
11 src/core/kernel/x86/generic_avx2.cpp \
12@@ -104,15 +104,18 @@ libvapoursynth_avx2_la_CFLAGS = $(AM_CFL
9e472ff2
JB
13 libvapoursynth_avx2_la_CXXFLAGS = $(AM_CXXFLAGS) $(AVX2FLAGS)
14
7e3a81f0
JB
15 libvapoursynth_la_SOURCES += src/core/expr/jitasm.h \
16- src/core/expr/jitcompiler_x86.cpp \
17+ src/core/expr/jitcompiler_x86.cpp
9e472ff2 18+libvapoursynth_sse2_la_SOURCES = \
7e3a81f0
JB
19 src/core/kernel/x86/average_sse2.c \
20 src/core/kernel/x86/convolution_sse2.cpp \
e7e4ec47
JB
21 src/core/kernel/x86/generic_sse2.cpp \
22 src/core/kernel/x86/merge_sse2.c \
23 src/core/kernel/x86/planestats_sse2.c \
24 src/core/kernel/x86/transpose_sse2.c
7e3a81f0
JB
25+libvapoursynth_sse2_la_CFLAGS = $(AM_CFLAGS) -msse2
26+libvapoursynth_sse2_la_CXXFLAGS = $(AM_CXXFLAGS) -msse2
e7e4ec47
JB
27
28-libvapoursynth_la_LIBADD += libvapoursynth_avx2.la
e7e4ec47
JB
29+libvapoursynth_la_LIBADD += libvapoursynth_avx2.la libvapoursynth_sse2.la
30 endif # X86ASM
9e472ff2
JB
31
32 if PYTHONMODULE
This page took 0.101789 seconds and 4 git commands to generate.