x264 runs version.sh to set its version and allow ffmpeg to compile against it

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Wes Oldenbeuving 2010-07-11 22:43:58 +02:00 committed by Adam Vandenberg
parent e8e8dc1f28
commit dc29f84e62
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class X264 <Formula
def install
system "./version.sh"
system "./configure", "--prefix=#{prefix}",
"--enable-shared"