Fix build without chafa

This commit is contained in:
Linus Dierheimer
2022-12-12 13:58:16 +01:00
parent b21cfc127a
commit c242001a77
+1 -1
View File
@@ -507,7 +507,7 @@ bool ffLogoPrintImageIfExists(FFinstance* instance, FFLogoType type)
{
//Performance optimisation
#ifndef FF_HAVE_CHAFA
if(type == FF_LOGO_TYPE_CHAFA)
if(type == FF_LOGO_TYPE_IMAGE_CHAFA)
return false;
#endif