Ticket #229 (closed defect: fixed)
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
Change History
Changed 2 years ago by kyl416
-
attachment
config.log
added
Note: See
TracTickets for help on using
tickets.



My config.log