Skip to content

Commit

Permalink
Fix open source builds
Browse files Browse the repository at this point in the history
Summary: This macro isn't available in OSS, let's just avoid it.

Differential Revision: D51574638
  • Loading branch information
Georges Berenger authored and facebook-github-bot committed Nov 27, 2023
1 parent 9334e11 commit ce3afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrs/utils/PixelFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ bool PixelFrame::normalizeToPixelFormat(
}

bool PixelFrame::ssimCompare(const PixelFrame& other, double& meanSSIM, double& meanContrast) {
XR_LOGE_ONCE("PixelFrame::ssimCompare has no open source implementation");
XR_LOGW("PixelFrame::ssimCompare has no open source implementation");
}

#endif // !IS_VRS_OSS_CODE()
Expand Down

0 comments on commit ce3afbf

Please sign in to comment.