aboutsummaryrefslogtreecommitdiff
path: root/video/theora_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/theora_decoder.h')
-rw-r--r--video/theora_decoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/video/theora_decoder.h b/video/theora_decoder.h
index feb4c6b49e..5b683cf6af 100644
--- a/video/theora_decoder.h
+++ b/video/theora_decoder.h
@@ -33,7 +33,12 @@
#include "graphics/surface.h"
#include <theora/theoradec.h>
+
+#ifdef USE_TREMOR
+#include <tremor/ivorbiscodec.h>
+#else
#include <vorbis/codec.h>
+#endif
namespace Common {
class SeekableReadStream;