Ticket #229 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

HAVE_SSE2 Undefined on swscale

Reported by: kyl416 Owned by: michael
Priority: normal Component: swscale
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

When compiling with the latest git I get the following warning when I get to libswscale/rgb2rgb.o

CC libswscale/rgb2rgb.o
libswscale/rgb2rgb.c: In function ‘sws_rgb2rgb_init’:
libswscale/rgb2rgb.c:202:5: warning: "HAVE_SSE2" is not defined

If I edit the config.h file to say "#define HAVE_SSE2 1" it goes away.

Either configure needs to be updated to detect SSE2 capabilites, or swscale needs to be updated to rely on something else for the code that has the SSE2 check.

Attachments

config.log Download (187.6 KB) - added by kyl416 2 years ago.
My config.log

Change History

Changed 2 years ago by kyl416

My config.log

comment:1 Changed 2 years ago by cehoyos

  • Status changed from new to closed
  • Resolution set to fixed

The line in question was removed in latest git master.

Note: See TracTickets for help on using tickets.