mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
VIDEO: Disable SCI_32 plugin guard for DUCK Truemotion
ZVision AVI videos use DUCK Truemotion
This commit is contained in:
parent
d8e45fc438
commit
372c55fd8b
@ -23,7 +23,7 @@
|
||||
// Based on the TrueMotion 1 decoder by Alex Beregszaszi & Mike Melanson in FFmpeg
|
||||
|
||||
// Only compile if SCI32 is enabled or if we're building dynamic modules
|
||||
#if defined(ENABLE_SCI32) || defined(DYNAMIC_MODULES)
|
||||
//#if defined(ENABLE_SCI32) || defined(DYNAMIC_MODULES)
|
||||
|
||||
#ifndef VIDEO_CODECS_TRUEMOTION1_H
|
||||
#define VIDEO_CODECS_TRUEMOTION1_H
|
||||
@ -106,4 +106,4 @@ private:
|
||||
} // End of namespace Video
|
||||
|
||||
#endif // VIDEO_CODECS_TRUEMOTION1_H
|
||||
#endif // SCI32/Plugins guard
|
||||
//#endif // SCI32/Plugins guard
|
||||
|
Loading…
x
Reference in New Issue
Block a user