]> git.sesse.net Git - vlc/commitdiff
do not link macosx interface with AVFoundation
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 12 Jun 2013 16:44:12 +0000 (18:44 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 12 Jun 2013 18:48:30 +0000 (20:48 +0200)
This is not needed, and it breaks execution on 10.6 when binary
is compiled on >= 10.7.

configure.ac

index 5c347f81563465c9e5f46a42d46b83a5182646dc..5f426078e324ce10d127c2e6f3955090dceedb68 100644 (file)
@@ -1955,7 +1955,6 @@ then
   LIBS="${SAVED_LIBS}"
   if test "${have_avfoundation}" != "no"
   then
-    VLC_ADD_LIBS([macosx],[-Wl,-framework,AVFoundation])
     VLC_ADD_PLUGIN([avcapture])
   fi
 fi