[FFmpeg-user] FFMPEG | zlib support is required

Henk D. Schoneveld belcampo at zonnet.nl
Tue Apr 23 09:54:18 CEST 2013


On Apr 22, 2013, at 3:42 PM, Palaniappan N <palani at i-waves.com> wrote:

> Thanks! Let me review the command we used, Earlier we installed x264 using
> the following command
> 
> 
> cd ~/ffmpeg-source
> git clone git://git.videolan.org/x264
> cd x264
> ./configure --enable-static --enable-shared
> make
> # make install
> 
> 
> Output is as follows
> 
> make: *** [x264] Error 1
> 
> When we check yum list x264 or rpm -qa x264, We couldn't find any
> matching "x264" package
That's because you used git clone to install the sources and compiled and installed it yourself. yum/rpm isn't aware of what you install yourself, unless you build an rpm package from your build. 
> 
> 
> Thanks&Regards
> 
> Palani
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list