From 1565f14bc13a63aee6a42cc4fac3fe7fa39eda44 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 26 Jan 2010 22:48:45 +0000 Subject: Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ svn-id: r47579 --- engines/m4/sound.cpp | 2 +- engines/m4/sound.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/m4') diff --git a/engines/m4/sound.cpp b/engines/m4/sound.cpp index 06d73a9ac7..6f83c6b6d5 100644 --- a/engines/m4/sound.cpp +++ b/engines/m4/sound.cpp @@ -31,7 +31,7 @@ #include "sound/audiostream.h" #include "sound/mixer.h" -#include "sound/raw.h" +#include "sound/decoders/raw.h" namespace M4 { diff --git a/engines/m4/sound.h b/engines/m4/sound.h index 2dae502551..caa5cfcca3 100644 --- a/engines/m4/sound.h +++ b/engines/m4/sound.h @@ -31,9 +31,9 @@ #include "common/file.h" #include "common/array.h" #include "sound/mixer.h" -#include "sound/mp3.h" -#include "sound/vorbis.h" -#include "sound/flac.h" +#include "sound/decoders/mp3.h" +#include "sound/decoders/vorbis.h" +#include "sound/decoders/flac.h" namespace M4 { -- cgit v1.2.3