[FFmpeg-user] stuck on final command for centos install
cmeany at bigpond.com
cmeany at bigpond.com
Fri Feb 28 01:24:20 CET 2014
Hello,
I have been following this documented instructions trac.ffmpeg.org/wiki/CentosCompilationGuide#x264
and everything goes through without error until the very last command :
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
When I command hash -r followed by . ~/.bash_profile I get a cannot be found error.
Why would this be and what can I do about it?
More information about the ffmpeg-user
mailing list