Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
varianus committed Nov 30, 2023
1 parent c426282 commit c93b2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import-engines/libmpv.pas
Expand Up @@ -27,7 +27,7 @@ interface
const
{$IFDEF LINUX}
External_libraryV1='libmpv.so.1';
External_libraryV1='libmpv.so.2';
External_libraryV2='libmpv.so.2';
{$ENDIF LINUX}
{$IFDEF WINDOWS}
External_libraryV1='mpv-1.dll';
Expand Down

0 comments on commit c93b2b1

Please sign in to comment.