aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"