diff options
author | jstebbins <[email protected]> | 2014-08-18 20:38:49 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-08-18 20:38:49 +0000 |
commit | 91b320ac593bc538c50233292a9d4642f492fa4d (patch) | |
tree | 8dd9a78479382a12804d1eeedb4f90b4a4b680a2 /contrib | |
parent | b6368d97cac44a2b35807760b725d92076675280 (diff) |
LinGui: link lame and x264 system libs
These projects have been stable long enough that we should not need to worry
about broken system libs any more.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6312 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/x265/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index 4ffe7c5e3..89e7171bf 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,X265,x265,YASM)) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265-6801-cea97c4d7945-1.0.tar.bz2 +X265.FETCH.url = http://download.handbrake.fr/contrib/x265-7246-d6257335c537-1.2.tar.bz2 X265.CONFIGURE.exe = cmake X265.CONFIGURE.args.prefix = -DCMAKE_INSTALL_PREFIX="$(X265.CONFIGURE.prefix)" |