Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filevorbis.C
index 65eedf71a7f57cf7eeddd2e085562f408260bd7c..34f3310814a65181c03b3a655ed2ba5a866c96f9 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,6 +19,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
+#ifdef HAVE_OGG
 
 #include "asset.h"
 #include "bcsignals.h"
@@ -29,7 +31,6 @@
 #include "language.h"
 #include "mainerror.h"
 #include "mwindow.inc"
-#include "mainerror.h"
 
 #include <errno.h>
 #include <stdio.h>
@@ -370,6 +371,8 @@ VorbisConfigAudio::VorbisConfigAudio(BC_WindowBase *parent_window,
 {
        this->parent_window = parent_window;
        this->asset = asset;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Single File Rendering");
 }
 
 VorbisConfigAudio::~VorbisConfigAudio()
@@ -486,6 +489,4 @@ int VorbisAvgBitrate::handle_event()
        return 1;
 }
 
-
-
-
+#endif