[FFmpeg-trac] #22(FFmpeg:new): ffmpeg no longer compile on i386
FFmpeg
trac at avcodec.org
Mon Mar 28 02:56:35 CEST 2011
#22: ffmpeg no longer compile on i386
----------------------+---------------------
Reporter: lfarkas | Owner: michael
Type: defect | Status: new
Priority: normal | Component: FFmpeg
Version: git | Keywords:
Blocked By: | Blocking:
Reproduced: 0 | Analyzed: 0
----------------------+---------------------
ffmpeg-0.6.1 no longer compile while 0.6 was compile on i386 without any
cpu extension (eg mmx etc) since compiler gives this error:
----------------------------------------------
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c: In function
'ff_getSwsFunc':
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1266: warning:
implicit declaration of function 'sws_init_swScale_MMX2'
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1267: error:
'swScale_MMX2' undeclared (first use in this function)
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1267: error:
(Each undeclared identifier is reported only once
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1267: error:
for each function it appears in.)
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1269: warning:
implicit declaration of function 'sws_init_swScale_3DNow'
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1270: error:
'swScale_3DNow' undeclared (first use in this function)
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1272: warning:
implicit declaration of function 'sws_init_swScale_MMX'
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1273: error:
'swScale_MMX' undeclared (first use in this function)
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c: In function
'sws_scale':
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1907: warning:
passing argument 1 of 'check_image_pointers' from incompatible pointer
type
/builddir/build/BUILD/ffmpeg-20110227/libswscale/swscale.c:1911: warning:
passing argument 1 of 'check_image_pointers' discards qualifiers from
pointer target type
----------------------------------------------
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/22>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list