My problems compiling with ffmpeg support on FC10

Forum for questions and support relating to the 1.24.x releases only.
Bigmaxy
Posts: 8
Joined: Wed Dec 20, 2006 12:06 pm

swscale

Post by Bigmaxy »

Hi. Also having problems compiling 1.24.x with ffmpeg problems.
I have downloaded a couple of the latest svn's of ffmpeg and when using the --enable-swscale option receive the error "unknown option"

Is it possible for someone to provide a known working version for download?

Ta

edit. My bad. From what I gather there is no need to specify this option any longer. It is enabled by default.
Cheers
ssparko
Posts: 1
Joined: Sat Dec 12, 2009 1:53 am

Finally figured it out!

Post by ssparko »

I was having configure problems

FFmpeg version SVN-r20800-rpmfusion

zm configure could not find the .h files

turns out they were in a sub directory under ffmpeg:

/usr/include/ffmpeg/libavutil/avutil.h

zm wants /usr/include/ffmpeg/avutil.h

so i did

cp /usr/include/ffmpeg/libavutil/* /usr/include/ffmpeg/
for each directory
solved that problem
Locked