X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Ffilevorbis.C;h=b051f9a95f8da24d945adeb18dc62942fc6453ec;hb=a50360055eb2afba265a8b61caf857a618044e90;hp=65eedf71a7f57cf7eeddd2e085562f408260bd7c;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/filevorbis.C b/cinelerra-5.1/cinelerra/filevorbis.C index 65eedf71..b051f9a9 100644 --- a/cinelerra-5.1/cinelerra/filevorbis.C +++ b/cinelerra-5.1/cinelerra/filevorbis.C @@ -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