Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv32548/src

Modified Files:
        FFmpeg.h 
Log Message:
Added a few includes. Maybe these will help?

Index: FFmpeg.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FFmpeg.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- FFmpeg.h    14 Jun 2008 20:02:04 -0000      1.11
+++ FFmpeg.h    15 Jun 2008 11:17:29 -0000      1.12
@@ -39,13 +39,16 @@
 /* rather earlier than normal, but pulls in config*.h and other program stuff
  * we need for the next bit */
 
-#include "../widgets/LinkingHtmlWindow.h"
-#include "FileDialog.h"
-
 #if defined(USE_FFMPEG)
 #include <wx/dynlib.h>
 #include <wx/log.h>                    // for wxLogNull
 #include <wx/msgdlg.h>         // for wxMessageBox
+#include "../widgets/LinkingHtmlWindow.h"
+#include "FileDialog.h"
+#include "ShuttleGui.h"
+#include "../Prefs.h"
+#include <wx/checkbox.h>
+#include <wx/textctrl.h>
 
 // if you needed them, any other audacity header files would go here
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to