Skip to content

Commit

Permalink
Add a note for an AVX2 check
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Oct 1, 2023
1 parent 0425d7e commit 48812e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bucket/mpv-git.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"license": "LGPL-2.1-or-later,GPL-2.0-or-later",
"notes": [
"This is a x86-64-v3 build, if your CPU was made before 2013 (x86-64-v2 or earlier), use versions/mpv-git-v1",
"To check applicability of your CPU, run the following in PowerShell:",
"(Add-Type -MemberDefinition '[DllImport(\"kernel32.dll\")] public static extern bool IsProcessorFeaturePresent(int ProcessorFeature);' -Name 'Kernel32'-Namespace 'Win32'-PassThru)::IsProcessorFeaturePresent(40)",
"To set and unset file type associations and AutoPlay handlers, run '$dir\\installer\\mpv-install.bat' and '$dir\\installer\\mpv-uninstall.bat' as administrator, respectively.",
"You can use Icaros ('nonportable/icaros-np') to enable thumbnails for all media types."
],
Expand Down

0 comments on commit 48812e4

Please sign in to comment.