[vlc-commits] qtcapture: fix compilation failure from the future
Felix Paul Kühne
git at videolan.org
Sat Mar 1 17:07:04 CET 2014
vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 23 14:37:11 2013 +0200| [ba20f56ea9398bb4570e8a882b5ae8fd00461280] | committer: Felix Paul Kühne
qtcapture: fix compilation failure from the future
(cherry picked from commit 4bdb5ffc48b6ba95e4323ffc7086d2c490d35d62)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=ba20f56ea9398bb4570e8a882b5ae8fd00461280
---
modules/access/qtcapture.m | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/access/qtcapture.m b/modules/access/qtcapture.m
index 020edf6..4cd3ff9 100644
--- a/modules/access/qtcapture.m
+++ b/modules/access/qtcapture.m
@@ -37,6 +37,8 @@
#include <vlc_dialog.h>
#include <vlc_access.h>
+#define QTKIT_VERSION_MIN_REQUIRED 70603
+
#import <QTKit/QTKit.h>
#import <CoreAudio/CoreAudio.h>
More information about the vlc-commits
mailing list