Skip to content

Commit

Permalink
fix: compile prolbem
Browse files Browse the repository at this point in the history
  compile problem

Log: compile problem
  • Loading branch information
starhcq committed Jul 5, 2024
1 parent b08b2c1 commit 9626ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/mpv/mpv_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void MpvProxy::initGpuInfoFuns()
{
QString path = CompositingManager::libPath("libgpuinfo.so");
#ifdef LINGLONG_BUILD
if (!isLibExist(path))
if (!CompositingManager::isLibExist(path))
return;
#else
if(!QFileInfo(path).exists()) {
Expand Down

0 comments on commit 9626ed9

Please sign in to comment.