[vlc-commits] do not link macosx interface with AVFoundation
David Fuhrmann
git at videolan.org
Wed Jun 12 21:02:40 CEST 2013
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Jun 12 18:44:12 2013 +0200| [da023da496208766f35e0ac0996d690722008588] | committer: David Fuhrmann
do not link macosx interface with AVFoundation
This is not needed, and it breaks execution on 10.6 when binary
is compiled on >= 10.7.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da023da496208766f35e0ac0996d690722008588
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5c347f8..5f42607 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the vlc-commits
mailing list