]> granicus.if.org Git - handbrake/commitdiff
MacGui: Fix a silly Logic bug in logging code.
authorsr55 <sr55.hb@outlook.com>
Mon, 1 Jul 2013 18:40:17 +0000 (18:40 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 1 Jul 2013 18:40:17 +0000 (18:40 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5630 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.m

index f5b9d7741555cdf806db801313e9418b91506e5e..605ffd5d8cd135de07c82296679782e32293ecbd 100644 (file)
@@ -2003,12 +2003,7 @@ static NSString *        ChooseSourceIdentifier             = @"Choose Source It
             }
             
         }
-        else
-        {
-            /* VLC was found in /Applications so all is well, we can carry on using vlc's libdvdcss.dylib for decrypting if needed */
-            [self writeToActivityLog: "libdvdcss.2.dylib found for decrypting physical dvd"];
-            dlclose(dvdcss);
-        }
+        dlclose(dvdcss);
     }
     
     if (cancelScanDecrypt == 0)