aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge
diff options
context:
space:
mode:
authoryinsimei2017-05-27 20:09:55 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commitf5b4cf680371b5b2098c766361b5efc6e0a68e91 (patch)
treeec812ff2de3766e6c25e2b40e129a2ee656a23a2 /engines/sludge
parent1aa64b5b0f1b6908e76e796cb7e683a5587d5c4d (diff)
downloadscummvm-rg350-f5b4cf680371b5b2098c766361b5efc6e0a68e91.tar.gz
scummvm-rg350-f5b4cf680371b5b2098c766361b5efc6e0a68e91.tar.bz2
scummvm-rg350-f5b4cf680371b5b2098c766361b5efc6e0a68e91.zip
SLUDGE: Remove inner include of vorbis library
Diffstat (limited to 'engines/sludge')
-rw-r--r--engines/sludge/movie.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sludge/movie.cpp b/engines/sludge/movie.cpp
index 09693f1dfc..3f02f736d7 100644
--- a/engines/sludge/movie.cpp
+++ b/engines/sludge/movie.cpp
@@ -44,11 +44,12 @@
#include "shaders.h"
#include "sound.h"
+
+#if 0
#include "vorbis/codec.h"
#define OV_EXCLUDE_STATIC_CALLBACKS
#include "vorbis/vorbisfile.h"
-#if 0
#include "ogg/ogg.h"
#include "libvorbis/vorbis_os.h"