diff options
Diffstat (limited to 'drivers/theora')
-rw-r--r-- | drivers/theora/video_stream_theora.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/theora/video_stream_theora.cpp b/drivers/theora/video_stream_theora.cpp index be0807afd2..214185cf88 100644 --- a/drivers/theora/video_stream_theora.cpp +++ b/drivers/theora/video_stream_theora.cpp @@ -1,5 +1,5 @@ #ifdef THEORA_ENABLED - +#if 0 #include "video_stream_theora.h" #include "os/os.h" #include "yuv2rgb.h" @@ -678,3 +678,4 @@ String ResourceFormatLoaderVideoStreamTheora::get_resource_type(const String &p_ } #endif +#endif |