Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1136/src

Modified Files:
        AudacityApp.cpp 
Log Message:
Rework and fix QuickTime importer.  Should now import files with sample sizes 
greater than 16 bits and sample rates greater than 64k.

Index: AudacityApp.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudacityApp.cpp,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- AudacityApp.cpp     4 Aug 2009 10:26:14 -0000       1.243
+++ AudacityApp.cpp     18 Aug 2009 00:44:43 -0000      1.244
@@ -93,9 +93,6 @@
 #include "LoadModules.h"
 
 #include "import/Import.h"
-#ifdef USE_QUICKTIME
-#include "import/ImportQT.h"
-#endif
 
 #ifdef _DEBUG
     #ifdef _MSC_VER
@@ -823,10 +820,6 @@
 
    mLogger = NULL;
 
-   #if USE_QUICKTIME
-   ::InitQuicktime();
-   #endif
-
    // Unused strings that we want to be translated, even though
    // we're not using them yet...
    wxString future1 = _("Master Gain Control");


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to