Revision: 4488
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4488&view=rev
Author:   zmoelnig
Date:     2011-08-25 15:21:42 +0000 (Thu, 25 Aug 2011)
Log Message:
-----------
quicktime is initialized in the plugins; no need to do it here

Modified Paths:
--------------
    trunk/Gem/src/Base/GemWinCreateNT.cpp

Modified: trunk/Gem/src/Base/GemWinCreateNT.cpp
===================================================================
--- trunk/Gem/src/Base/GemWinCreateNT.cpp       2011-08-25 14:59:10 UTC (rev 
4487)
+++ trunk/Gem/src/Base/GemWinCreateNT.cpp       2011-08-25 15:21:42 UTC (rev 
4488)
@@ -20,11 +20,6 @@
 
 # include <stdlib.h>
 
-# ifdef HAVE_QUICKTIME
-#  include <QTML.h>
-#  include <Movies.h>
-# endif /* HAVE_QUICKTIME */
-
 # include "Gem/Event.h"
 # include "Gem/GemGL.h"
 
@@ -404,25 +399,6 @@
 }
 
 bool initGemWin(void) {
-# ifdef HAVE_QUICKTIME
-       OSErr           err = noErr;
-
-       // Initialize QuickTime Media Layer
-       err = InitializeQTML(0);
-       if (err)
-    {
-      error("GEM Man: Could not initialize quicktime: error %d\n", err);
-      return 0;
-    }  
-       // Initialize QuickTime
-       EnterMovies();
-       if (err)
-    {
-      error("GEM Man: Could not initialize quicktime: error %d\n", err);
-      return 0;
-    }  
-       post("Gem Man: QT init OK");
-# endif /* HAVE_QUICKTIME */
   return 1;
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to