[FFmpeg-user] stuck on final command for centos install

Reindl Harald h.reindl at thelounge.net
Fri Feb 28 01:44:53 CET 2014


Am 28.02.2014 01:24, schrieb cmeany at bigpond.com:
> 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? 

that there is no .bash_profile in your userhome
no idea what it should be worth to source your environment again

http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x237.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 246 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140228/ae001809/attachment.asc>


More information about the ffmpeg-user mailing list