From 02a72d4273dcd580b68c7332683303cdca200483 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 15 Oct 2018 13:30:22 +0200 Subject: [PATCH] makepanda: remove reference to QuickTime framework Doesn't appear to be necessary, and QuickTime framework is removed in Mojave. Fixes #412 --- makepanda/makepanda.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 0164278d1e..dedd90b059 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -946,8 +946,6 @@ if (COMPILER=="GCC"): if GetTarget() == 'darwin': LibName("ALWAYS", "-framework AppKit") - if (PkgSkip("OPENCV")==0): - LibName("OPENCV", "-framework QuickTime") LibName("AGL", "-framework AGL") LibName("CARBON", "-framework Carbon") LibName("COCOA", "-framework Cocoa")