Changes between Version 22 and Version 23 of UbuntuCompilationGuide
- Timestamp:
- 09/02/2012 02:40:25 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuide
v22 v23 95 95 Installation is now complete and FFmpeg is now ready for use. You can keep the x264, libvpx, and ffmpeg directories in your home directory if you plan on updating later. See [#update Updating FFmpeg] below for more details. Some optional steps are next followed by instructions on updating FFmpeg and finally instructions on reverting all changes made by this guide. 96 96 97 '''Note:''' It may happen that ffmpeg outputs the following message: {{ffmpeg: error while loading shared libraries: libfdk-aac.so.0: cannot open shared object file: No such file or directory}}. In this case set the following environment variable: {{export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH}}. This line can be put into .bashrc for instancesuch that the variable is always set when starting a shell or terminal.97 '''Note:''' It may happen that ffmpeg outputs the following message: ''ffmpeg: error while loading shared libraries: libfdk-aac.so.0: cannot open shared object file: No such file or directory''. In this case set the following environment variable: ''export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH''. The line can be put into the file .bashrc in your home directory such that the variable is always set when starting a shell or terminal. 98 98 99 99


