diff options
Diffstat (limited to 'src/decoder/FfmpegDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/FfmpegDecoderPlugin.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/decoder/FfmpegDecoderPlugin.cxx b/src/decoder/FfmpegDecoderPlugin.cxx index 5930f7fa7..ae95dec09 100644 --- a/src/decoder/FfmpegDecoderPlugin.cxx +++ b/src/decoder/FfmpegDecoderPlugin.cxx @@ -26,10 +26,7 @@ #include "FfmpegMetaData.hxx" #include "TagHandler.hxx" #include "InputStream.hxx" - -extern "C" { -#include "audio_check.h" -} +#include "CheckAudioFormat.hxx" #include <glib.h> |