The branch, master has been updated
via 6c1acbbffb23a71ff743cb7ffbf6d4b824ed951c (commit)
via 18e08101ebcd846dd5611c8a73e7a1a22a1f9244 (commit)
from 8157aa1a3fd136c0bf565f9d866a4b687ada9c7a (commit)
- Log -----------------------------------------------------------------
commit 6c1acbbffb23a71ff743cb7ffbf6d4b824ed951c
Author: Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Nov 4 06:19:51 2025 +0100
Commit: Andreas Rheinhardt <[email protected]>
CommitDate: Tue Nov 4 11:41:32 2025 +0100
avcodec/x86/fdct: Remove obsolete comment
Reviewed-by: Lynne <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
diff --git a/libavcodec/x86/fdct.c b/libavcodec/x86/fdct.c
index f4677ff4be..065af56a4a 100644
--- a/libavcodec/x86/fdct.c
+++ b/libavcodec/x86/fdct.c
@@ -44,10 +44,6 @@
// constants for the forward DCT
// -----------------------------
//
-// Be sure to check that your compiler is aligning all constants to QWORD
-// (8-byte) memory boundaries! Otherwise the unaligned memory access will
-// severely stall MMX execution.
-//
//////////////////////////////////////////////////////////////////////
#define BITS_FRW_ACC 3 //; 2 or 3 for accuracy
commit 18e08101ebcd846dd5611c8a73e7a1a22a1f9244
Author: Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Nov 4 05:49:51 2025 +0100
Commit: Andreas Rheinhardt <[email protected]>
CommitDate: Tue Nov 4 11:41:29 2025 +0100
avcodec/x86/Makefile: Don't use MMX-OBJS for fdct.o
MMX has been removed in d402ec6be99dc82e263bad883e7c1c3d957343db.
Reviewed-by: Lynne <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index ed60fa340f..1c1e14b4b8 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -7,7 +7,7 @@ OBJS-$(CONFIG_BLOCKDSP) += x86/blockdsp_init.o
OBJS-$(CONFIG_BSWAPDSP) += x86/bswapdsp_init.o
OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_init.o \
x86/dirac_dwt_init.o
-OBJS-$(CONFIG_FDCTDSP) += x86/fdctdsp_init.o
+OBJS-$(CONFIG_FDCTDSP) += x86/fdctdsp_init.o x86/fdct.o
OBJS-$(CONFIG_FMTCONVERT) += x86/fmtconvert_init.o
OBJS-$(CONFIG_H263DSP) += x86/h263dsp_init.o
OBJS-$(CONFIG_H264CHROMA) += x86/h264chroma_init.o
@@ -83,7 +83,6 @@ OBJS-$(CONFIG_WEBP_DECODER) += x86/vp8dsp_init.o
# GCC inline assembly optimizations
# subsystems
-MMX-OBJS-$(CONFIG_FDCTDSP) += x86/fdct.o
MMX-OBJS-$(CONFIG_VC1DSP) += x86/vc1dsp_mmx.o
# decoders/encoders
-----------------------------------------------------------------------
Summary of changes:
libavcodec/x86/Makefile | 3 +--
libavcodec/x86/fdct.c | 4 ----
2 files changed, 1 insertion(+), 6 deletions(-)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]