aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorWes Oldenbeuving2010-07-11 22:43:58 +0200
committerAdam Vandenberg2010-07-13 07:51:18 -0700
commitfa10894958bc88fd89c5622d8ebe23c1a13d0fa7 (patch)
tree9c7d2924b6cbdfbcae5cfca5370c2c173b8cad21 /Library
parent9ce7bc17f61230e5cf0e8990641f4af218fa0dfb (diff)
downloadhomebrew-fa10894958bc88fd89c5622d8ebe23c1a13d0fa7.tar.bz2
x264 runs version.sh to set its version and allow ffmpeg to compile against it
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/x264.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb
index c8363d8ae..5a187d71c 100644
--- a/Library/Formula/x264.rb
+++ b/Library/Formula/x264.rb
@@ -9,6 +9,7 @@ class X264 <Formula
def install
+ system "./version.sh"
system "./configure", "--prefix=#{prefix}",
"--enable-shared"