vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Dec 1 12:03:41 2011 +0100| [3509357cb56de030230336503e17bb1b00d6137b] | 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 (cherry picked from commit 62eac017d13a7a0cf54b3794125c07f0c0290a76) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=3509357cb56de030230336503e17bb1b00d6137b --- 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
