fix problem of using opengl transitions with Motion51 when in OpenGL mode
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filevorbis.C
index 65eedf71a7f57cf7eeddd2e085562f408260bd7c..b051f9a95f8da24d945adeb18dc62942fc6453ec 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
+#ifdef HAVE_OGG
 
 #include "asset.h"
 #include "bcsignals.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