[vlc-commits] qtsound: 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:30 2013 +0200| [9f4b3c59ddbac2790c8dd793064b7684b9e344db] | committer: Felix Paul Kühne
qtsound: fix compilation failure from the future
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f4b3c59ddbac2790c8dd793064b7684b9e344db
---
 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