Opened 14 years ago
Closed 14 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)
Change History (2)
by , 14 years ago
Attachment: | config.log added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The line in question was removed in latest git master.
Note:
See TracTickets
for help on using tickets.
My config.log