diff options
author | Rodeo <[email protected]> | 2013-02-27 22:01:46 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-02-27 22:01:46 +0000 |
commit | a1a0e0e715d31badf58e3a43c02906b994587c90 (patch) | |
tree | e710153ecfca17fa488cba993e7d2a7de46dadb2 /macosx/Controller.m | |
parent | f581d4edd6a452f5b3e7476eae6931156e401248 (diff) |
MacGui: open the URL to a specific, known version of libdvdcss.
Latest version may not have a macosx/ subdirectory or even a .pkg installer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5274 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r-- | macosx/Controller.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index 61a77076c..3f5f73288 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1947,7 +1947,7 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It if (status == NSAlertDefaultReturn) { /* User chose to go download vlc (as they rightfully should) so we send them to the vlc site */ - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://download.videolan.org/libdvdcss/last/macosx/"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://download.videolan.org/libdvdcss/1.2.12/macosx/"]]; } else if (status == NSAlertAlternateReturn) { |