Opened 13 years ago

Closed 13 years ago

#229 closed defect (fixed)

HAVE_SSE2 Undefined on swscale

Reported by: Kyle Owned by: Michael Niedermayer
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 (1)

config.log (187.6 KB ) - added by Kyle 13 years ago.
My config.log

Download all attachments as: .zip

Change History (2)

by Kyle, 13 years ago

Attachment: config.log added

My config.log

comment:1 by Carl Eugen Hoyos, 13 years ago

Resolution: fixed
Status: newclosed

The line in question was removed in latest git master.

Note: See TracTickets for help on using tickets.