[vlc-commits] qtsound: 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:30 2013 +0200| [9f48a0e2320b5e174ef0a9b9857f4f677beba2df] | committer: Felix Paul Kühne

qtsound: fix compilation failure from the future

(cherry picked from commit 9f4b3c59ddbac2790c8dd793064b7684b9e344db)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=9f48a0e2320b5e174ef0a9b9857f4f677beba2df
---

 modules/access/qtsound.m |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/access/qtsound.m b/modules/access/qtsound.m
index a948e65..3e366e4 100644
--- a/modules/access/qtsound.m
+++ b/modules/access/qtsound.m
@@ -39,8 +39,7 @@
 #include <vlc_demux.h>
 #include <vlc_dialog.h>
 
-//#define QTKIT_VERSION_MIN_REQUIRED 70603
-#define QTKIT_VERSION_MAX_ALLOWED 70700
+#define QTKIT_VERSION_MIN_REQUIRED 70603
 
 #import <QTKit/QTKit.h>
 



More information about the vlc-commits mailing list