aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorMatthew Hoops2011-04-14 10:25:02 -0400
committerMatthew Hoops2011-04-14 10:25:02 -0400
commit76105b29b7f885ed873f6af7321d8e48a5b0a41e (patch)
treeb83db74278baf2458acf486da49b523ea9ae3de4 /video
parent6d153f311c65fe414e31e99f8a9a6503c49a01a5 (diff)
downloadscummvm-rg350-76105b29b7f885ed873f6af7321d8e48a5b0a41e.tar.gz
scummvm-rg350-76105b29b7f885ed873f6af7321d8e48a5b0a41e.tar.bz2
scummvm-rg350-76105b29b7f885ed873f6af7321d8e48a5b0a41e.zip
AUDIO: Split the QuickTimeAudioDecoder into a new header file
(Mirroring the new adpcm_intern.h file)
Diffstat (limited to 'video')
-rw-r--r--video/qt_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/qt_decoder.h b/video/qt_decoder.h
index b9c4b9b41d..7167c8b9a2 100644
--- a/video/qt_decoder.h
+++ b/video/qt_decoder.h
@@ -41,7 +41,7 @@
#include "audio/audiostream.h"
#include "audio/mixer.h"
-#include "audio/decoders/quicktime.h"
+#include "audio/decoders/quicktime_intern.h"
namespace Common {
class MacResManager;