[vlc-commits] qtcapture: fix compilation failure from the future

Felix Paul Kühne git at videolan.org
Fri Aug 23 16:44:53 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 23 14:37:11 2013 +0200| [4bdb5ffc48b6ba95e4323ffc7086d2c490d35d62] | committer: Felix Paul Kühne

qtcapture: fix compilation failure from the future

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4bdb5ffc48b6ba95e4323ffc7086d2c490d35d62
---

 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