vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Dec 1 12:03:41 2011 +0100| [62eac017d13a7a0cf54b3794125c07f0c0290a76] | committer: Jean-Baptiste Kempf
QTsound: only available on QTKit 7.6.3 and over This doesn't solve the MacOS10.5.sdk issue yet, but is a necessary step I wonder how Apple can ship such broken SDKs, anyway > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62eac017d13a7a0cf54b3794125c07f0c0290a76 --- modules/access/qtsound.m | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/modules/access/qtsound.m b/modules/access/qtsound.m index 75a8ef7..c5634f9 100644 --- a/modules/access/qtsound.m +++ b/modules/access/qtsound.m @@ -39,6 +39,9 @@ #include <vlc_demux.h> #include <vlc_dialog.h> +//#define QTKIT_VERSION_MIN_REQUIRED 70603 +#define QTKIT_VERSION_MAX_ALLOWED 70700 + #import <QTKit/QTKit.h> /***************************************************************************** _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
