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
My problems compiling with ffmpeg support on FC10
Finally figured it out!
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
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