Skip to content

Instantly share code, notes, and snippets.

@jeeb
jeeb / 01-build_libs.sh
Created May 5, 2011 22:23
x264 building related stuff
#!/bin/sh
# Some kind of buildscript for x264 libs
P64B=`ls /mingw |grep x86_64`
echo Gotten prefix: ${P64B}
echo ""
cd lame-3.98.4
# 32bit
@jeeb
jeeb / buildx264.sh
Created December 3, 2010 01:00
Herp derp x264 build script
#!/bin/sh
# Some kind of buildscript for x264
# The stuff I used the last time:
# * CCCP's Nicholi's April 2010 msys/mingw package
# * Newest 7z file with the Msys/Mingw from xhmikosr found at:
# http://sourceforge.net/apps/trac/mpc-hc/wiki/How_to_compile_the_MPC
# * Your favourite mingw package (Komisar's or Alexis', both are fine)
# * Command-line SVN
# http://subversion.tigris.org/files/documents/15/47914/svn-win32-1.6.6.zip