Commit da023da4 authored by David Fuhrmann's avatar 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.
parent f664fa80
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment