ffmpeg : [libavcodec/imgresample.o] Error 1

webaltern

Verified User
Joined
Feb 10, 2008
Messages
175
Location
Québec, Canada
Hi!

i got this error when i try to make ffmpeg:

Code:
libavcodec/i386/mmx.h:24:2: warning: #warning Everything in this header is deprecated, use plain asm()! New code using this header will be rejected.
libavcodec/imgresample.c:607: error: conflicting types for ‘sws_scale’
./libswscale/swscale.h:196: error: previous declaration of ‘sws_scale’ was here
libavcodec/imgresample.c: In function ‘sws_scale’:
libavcodec/imgresample.c:639: warning: implicit declaration of function ‘img_convert’
make: *** [libavcodec/imgresample.o] Error 1

I have applied this patch: http://servertune.com/kbase/entry/279/ without success... Anybody have a hint?
 
Hey,

I use FFMPEG with Centos Just fine :)

I got my tech to set it up though but if no one gives you help here you may need to pay for it from your host!

Who is your host?
 
I have a dedicated @ LimeStone with Centos 5 and DA... and i want to make it by my self to be sure i understand how to do it... and why it happen...
 
Well my centos is running a custom remote desktop on it so it's easier for myself to do thing.

I suck with Linux but am okay with Windows.

Have you read the FFMPEG help guides on there site?
 
which ffmpeg version did you try to install. from what install instructions or site

try this url for mp4 mmx issues related to the error above (use plain asm()! New code using this header will be rejected:)
http://ffmpeg.arrozcru.org/forum/viewtopic.php?f=1&t=906
hope that helps you. take a breath and relax you will work it out.
I'll search around tomorrow for some solutions that may help, dont forget to sleep. :)
 
Last edited:
Back
Top