1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

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

@@ -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();