[FFmpeg-user] Error installing
venky v
venky1893 at gmail.com
Tue Sep 16 10:55:32 CEST 2014
Hi
I tried to install ffmpeg in my server using the tutorial -
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#FFmpeg
during installing ffmpeg
"
cd ~/ffmpeg_sources
git clone --depth 1 git://source.ffmpeg.org/ffmpeg
cd ffmpeg
PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig"
export PKG_CONFIG_PATH
./configure --prefix="$HOME/ffmpeg_build"
--extra-cflags="-I$HOME/ffmpeg_build/include"
--extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin"
--extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libfdk_aac
--enable-libmp3lame --enable-libopus --enable-libvorbis
--enable-libvpx --enable-libx264
make
make install
make distclean
hash -r
. ~/.bash_profile
"
i get the following error
hash -r . ~/.bash_profileyasm/nasm not found or too old. Use
--disable-yasm for a crippled build.
I hav also attached a screen shot of the same
thank you
VENKY
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.png
Type: image/png
Size: 62820 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140916/1ee167bb/attachment.png>
More information about the ffmpeg-user
mailing list