The branch, master has been updated
       via  a24e0f536dc1056756ad56775a3d1564a2cb0a3f (commit)
      from  b0c77e5a126b00a02a63359ed279d6e8e966a963 (commit)


- Log -----------------------------------------------------------------
commit a24e0f536dc1056756ad56775a3d1564a2cb0a3f
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Sun Oct 12 05:14:24 2025 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Tue Oct 14 12:31:15 2025 +0200

    avcodec/x86/hpeldsp_init: Remove check for inline mmx
    
    Forgotten in 4c55724da86ddc5ef10966f287a3d50fe1a1cbbe.
    
    Reviewed-by: Michael Niedermayer <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>

diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c
index f4b123ce03..1640ff83b6 100644
--- a/libavcodec/x86/hpeldsp_init.c
+++ b/libavcodec/x86/hpeldsp_init.c
@@ -143,7 +143,7 @@ av_cold void ff_hpeldsp_init_x86(HpelDSPContext *c, int 
flags)
 {
     int cpu_flags = av_get_cpu_flags();
 
-    if (INLINE_MMX(cpu_flags))
+    if (EXTERNAL_MMX(cpu_flags))
         hpeldsp_init_mmx(c, flags);
 
     if (EXTERNAL_MMXEXT(cpu_flags))

-----------------------------------------------------------------------

Summary of changes:
 libavcodec/x86/hpeldsp_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to