Changes between Version 58 and Version 59 of CompilationGuide/Ubuntu
- Timestamp:
- May 12, 2013, 7:15:06 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v58 v59 73 73 ./configure --enable-gpl --enable-libass --enable-libfaac --enable-libfdk-aac --enable-libmp3lame \ 74 74 --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 \ 75 --enable-nonfree --enable-version375 --enable-nonfree 76 76 make 77 77 sudo checkinstall --pkgname=ffmpeg --pkgversion="7:$(date +%Y%m%d%H%M)-git" --backup=no \ … … 83 83 84 84 == Finish == 85 Installation is now complete and FFmpeg is now ready for use. You can keep the `ffmpeg,` `fdk-aac`, and `x264` 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 onreverting all changes made by this guide.85 Installation is now complete and FFmpeg is now ready for use. You can keep the `ffmpeg,` `fdk-aac`, and `x264` directories in your home directory if you plan on updating later. See [#update Updating FFmpeg] below for more details followed by instructions for reverting all changes made by this guide. 86 86 87 87 ---- … … 93 93 sudo apt-get update 94 94 sudo apt-get -y install autoconf automake build-essential checkinstall git libass-dev libfaac-dev \ 95 libgpac-dev libmp3lame-dev libsdl1.2-dev libtheora-dev lib va-dev libvdpau-dev libvorbis-dev \96 libvpx-dev libx11-dev libxext-dev libxfixes-dev texi2html yasm zlib1g-dev95 libgpac-dev libmp3lame-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev \ 96 libvpx-dev libx11-dev libxext-dev libxfixes-dev pkg-config texi2html yasm zlib1g-dev 97 97 }}} 98 98 … … 128 128 sudo apt-get autoremove autoconf automake build-essential checkinstall fdk-aac ffmpeg git libass-dev \ 129 129 libfaac-dev libgpac-dev libmp3lame-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev \ 130 libvorbis-dev libvpx-dev libx11-dev libx fixes-dev pkg-config qt-faststarttexi2html x264 yasm zlib1g-dev130 libvorbis-dev libvpx-dev libx11-dev libxext-dev libxfixes-dev pkg-config texi2html x264 yasm zlib1g-dev 131 131 }}} 132 132 Lastly, delete the `ffmpeg`, `fdk-aac`, and `x264` directories in your home folder.
