diff --git a/source/PlayState.hx b/source/PlayState.hx index 1cf41cf80a9..eb6830cccfb 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -77,7 +77,7 @@ import sys.io.File; #end #if VIDEOS_ALLOWED -#if (hxCodec >= "3.0.0") +#if (hxCodec >= "3.0.0" || hxCodec == "git") import hxcodec.flixel.FlxVideo as MP4Handler; #elseif (hxCodec == "2.6.1") import hxcodec.VideoHandler as MP4Handler;