summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e7d82521e4..993d8a3fe5 100755
--- a/configure
+++ b/configure
@@ -3858,11 +3858,11 @@ if test "$_corevideo" = auto ; then
int main(void) { return 0; }
EOF
_corevideo=no
- cc_check -framework Carbon -framework QuartzCore -framework OpenGL && _corevideo=yes
+ cc_check -framework Carbon -framework QuartzCore && _corevideo=yes
fi
if test "$_corevideo" = yes ; then
_vomodules="macosx $_vomodules"
- extra_ldflags="$extra_ldflags -framework Cocoa -framework QuartzCore -framework OpenGL"
+ extra_ldflags="$extra_ldflags -framework Cocoa -framework QuartzCore"
def_corevideo='#define CONFIG_COREVIDEO 1'
else
_novomodules="macosx $_novomodules"