[Sumover-dev] [svn commit] r4024 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 10 11:50:40 BST 2007


Author: piers
Date: Thu May 10 11:50:25 2007
New Revision: 4024

Modified:
   vic/branches/mpeg4/main.cpp

Log:
Changed grabber-osx device detection so it works using standard VIC way (using static class as startup) - as opposed to the 10.3 compatible way of adding some calls in main.cpp - It now doesn't run on 10.3 but we cannot support old stuff (and there are other issues with 10.3).


Modified: vic/branches/mpeg4/main.cpp
==============================================================================
--- vic/branches/mpeg4/main.cpp	(original)
+++ vic/branches/mpeg4/main.cpp	Thu May 10 11:50:25 2007
@@ -47,7 +47,7 @@
 #include <ctype.h>
 
 
-#ifdef MAC_OSX_TK
+#if 0
    // XXX - MacOS X 10.3 Ptheard workaround
    extern "C" void find_macosx_capture_devices(void);
 #endif
@@ -494,7 +494,7 @@
 	opterr = 1;
 #endif
 
-#ifdef MAC_OSX_TK
+#if 0
        // XXX - MacOS X 10.3 Ptheard workaround
        find_macosx_capture_devices();
 #endif



More information about the Sumover-dev mailing list