[FFmpeg-trac] #229(swscale:new): HAVE_SSE2 Undefined on swscale

FFmpeg trac at avcodec.org
Sat May 21 20:17:42 CEST 2011


#229: HAVE_SSE2 Undefined on swscale
-------------------------+---------------------
  Reporter:  kyl416      |      Owner:  michael
      Type:  defect      |     Status:  new
  Priority:  normal      |  Component:  swscale
   Version:  git-master  |   Keywords:
Blocked By:              |   Blocking:
Reproduced:  0           |   Analyzed:  0
-------------------------+---------------------
 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.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/229>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list