[vlc-commits] avcapture: disable libdispatch ARC support for now to	retain compatibility with macOS 10.8 and 10.7
    Felix Paul Kühne 
    git at videolan.org
       
    Sun Dec  4 15:59:34 CET 2016
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Dec  4 15:57:07 2016 +0100| [89174a426366460a8d763f52ec72fc1967b1385e] | committer: Felix Paul Kühne
avcapture: disable libdispatch ARC support for now to retain compatibility with macOS 10.8 and 10.7
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89174a426366460a8d763f52ec72fc1967b1385e
---
 modules/access/avcapture.m | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/modules/access/avcapture.m b/modules/access/avcapture.m
index a7f1040..2c8709a 100644
--- a/modules/access/avcapture.m
+++ b/modules/access/avcapture.m
@@ -25,6 +25,8 @@
  * Preamble
  *****************************************************************************/
 
+#define OS_OBJECT_USE_OBJC 0
+
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
    
    
More information about the vlc-commits
mailing list