Cleanup: Quiet unused variable warning without ffmpeg
This commit is contained in:
@@ -339,6 +339,8 @@ bool IMB_isanim(const char *filepath)
|
||||
if (isffmpeg(filepath)) {
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
UNUSED_VARS(filepath);
|
||||
#endif
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user