Skip to content

Instantly share code, notes, and snippets.

@vencax
Last active December 15, 2015 11:19
Show Gist options
  • Select an option

  • Save vencax/5252448 to your computer and use it in GitHub Desktop.

Select an option

Save vencax/5252448 to your computer and use it in GitHub Desktop.
libfdk-aac from source installation
cd $1
wget http://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.0.tar.gz
tar xzvf fdk-aac-0.1.0.tar.gz
cd fdk-aac-0.1.0
./configure
make
sudo checkinstall --pkgname=fdk-aac --pkgversion="0.1.0" --backup=no \
--deldoc=yes --fstrans=no --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment