Cleanup: Quiet unused variable warning without ffmpeg

This commit is contained in:
Hans Goudey
2024-12-19 15:00:58 -05:00
parent aa50f0ba07
commit 9686092cd5

View File

@@ -339,6 +339,8 @@ bool IMB_isanim(const char *filepath)
if (isffmpeg(filepath)) {
return true;
}
#else
UNUSED_VARS(filepath);
#endif
return false;