]> granicus.if.org Git - handbrake/commitdiff
MacGui: open the URL to a specific, known version of libdvdcss.
authorRodeo <tdskywalker@gmail.com>
Wed, 27 Feb 2013 22:01:46 +0000 (22:01 +0000)
committerRodeo <tdskywalker@gmail.com>
Wed, 27 Feb 2013 22:01:46 +0000 (22:01 +0000)
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

macosx/Controller.m

index 61a77076cfe622e046c9f69d5942d60122f88dc9..3f5f73288d83f6edd29b89653b3cb150b882bb67 100644 (file)
@@ -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)
             {