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/5252335 to your computer and use it in GitHub Desktop.

Select an option

Save vencax/5252335 to your computer and use it in GitHub Desktop.
installs libx264 from git source.
cd $1
git clone --depth 1 git://git.videolan.org/x264
cd x264
./configure --enable-static
make
sudo checkinstall --pkgname=x264 --pkgversion="3:$(./version.sh | \
awk -F'[" ]' '/POINT/{print $4"+git"$5}')" --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