diff options
Diffstat (limited to 'media/libs/libx264/libx264.mkbuild')
-rw-r--r-- | media/libs/libx264/libx264.mkbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libs/libx264/libx264.mkbuild b/media/libs/libx264/libx264.mkbuild index 6bcab4b..433e557 100644 --- a/media/libs/libx264/libx264.mkbuild +++ b/media/libs/libx264/libx264.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20081210-2245.tar.bz2" +[[DOWNLOAD FOLDER URL]]="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090424-2245.tar.bz2" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -79,6 +79,7 @@ off: create_build_user_and_group off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source on: patch_source on: configure |