Keep EXPERIMENTAL_OD_FFMPEG and EXPERIMENTAL_OD_FLAC compilable

This commit is contained in:
Paul Licameli 2019-06-22 21:40:36 -04:00
parent 0ce6b2b05e
commit 499e3c01ce
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ Paul Licameli split from AudacityProject.cpp
#include "import/Import.h"
#include "commands/CommandContext.h"
#include "ondemand/ODComputeSummaryTask.h"
#include "ondemand/ODDecodeFlacTask.h"
#include "ondemand/ODManager.h"
#include "ondemand/ODTask.h"
#include "toolbars/SelectionBar.h"

View File

@ -14,6 +14,7 @@
#include "../Experimental.h"
#include <wx/crt.h>
#include <wx/wxprec.h>
// For compilers that support precompilation, includes "wx/wx.h".
#ifndef WX_PRECOMP
@ -28,7 +29,6 @@
#include <functional>
#include "../FFmpeg.h" // which brings in avcodec.h, avformat.h
#include "../import/ImportFFmpeg.h"
extern FFmpegLibs *FFmpegLibsInst();