[FFmpeg-user] compiling ffmpeg with swscale

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jul 10 18:33:56 CEST 2012


 <kev2m <at> voila.fr> writes:

> I have download the last version of ffmpeg with the command "git clone
> git://source.ffmpeg.org/ffmpeg.git ffmpeg"
> I have configure the installation with the command 
> "./configure --enable-swscale --enable-shared
> --enable-gpl --enable-libx264 --prefix=/usr/local"

> (I know a lot of these options are useless, I just add them to be sure...)

Only --enable-swscale is default

> Then I "make", "make install" and "ldconfig".

Why don't you use static libraries?
I know this is not the only solution (and possibly not the best one), 
but it is an easy solution that does not tamper with your OS.

Carl Eugen



More information about the ffmpeg-user mailing list