Changes between Version 20 and Version 21 of UbuntuCompilationGuide
- Timestamp:
- 09/02/2012 02:37:45 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuide
v20 v21 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: 98 {{{ffmpeg: error while loading shared libraries: libfdk-aac.so.0: cannot open shared object file: No such file or directory}}} 99 In this case set the following environment variable: 100 {{{export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH}}} 101 This line can be put into .bashrc for instance such that the variable is always set when starting a shell or terminal. 102 103 104 105 106 97 107 ---- 98 108


