Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
fix: mpv configure
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Feb 27, 2024
1 parent b250120 commit e7ddf33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/mpv-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ ExternalProject_Add(mpv-release
-Dopenal=enabled
-Dgl=disabled
-Dspirv-cross=disabled
-Dlibplacebo=enabled
-Degl-angle=disabled
BUILD_COMMAND ${EXEC} LTO_JOB=1 ninja -C <BINARY_DIR>
INSTALL_COMMAND ""
Expand Down
1 change: 0 additions & 1 deletion packages/mpv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ ExternalProject_Add(mpv
-Dopenal=enabled
-Dgl=disabled
-Dspirv-cross=disabled
-Dlibplacebo=enabled
-Degl-angle=disabled
BUILD_COMMAND ${EXEC} LTO_JOB=1 ninja -C <BINARY_DIR>
INSTALL_COMMAND ""
Expand Down

0 comments on commit e7ddf33

Please sign in to comment.