This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
NewerOlder