Page 3 of 3

swscale

Posted: Sat Mar 14, 2009 1:17 am
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

Finally figured it out!

Posted: Sat Dec 12, 2009 2:28 am
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