From: Rafaël Carré Date: Fri, 25 Nov 2011 01:34:25 +0000 (-0500) Subject: OSX: disable SDL X-Git-Tag: 1.3.0-git~75 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a0aa05f2fec4ca0cb336e02c746f7fe7c894c9cb;p=vlc OSX: disable SDL The library has not been ported to OSX 10.6 --- diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh index e6b5bf1e2f..7000655eb9 100755 --- a/extras/package/macosx/configure.sh +++ b/extras/package/macosx/configure.sh @@ -16,6 +16,7 @@ OPTIONS=" --enable-libass --disable-skins2 --disable-xcb + --disable-sdl " sh "$(dirname $0)"/../../../configure ${OPTIONS} $*