diff --git a/bin/mpv/nt/x64/mpv-register.bat b/bin/mpv/nt/x64/mpv-register.bat new file mode 100644 index 0000000..2ba4224 --- /dev/null +++ b/bin/mpv/nt/x64/mpv-register.bat @@ -0,0 +1,12 @@ +@echo off +setlocal + +"%~dp0/mpv" --register +if %errorlevel% neq 0 ( + echo Registration failed. Make sure mpv is in the same folder as this script. + pause + exit /b %errorlevel% +) + +pause +endlocal diff --git a/bin/mpv/nt/x64/mpv-unregister.bat b/bin/mpv/nt/x64/mpv-unregister.bat new file mode 100644 index 0000000..b126642 --- /dev/null +++ b/bin/mpv/nt/x64/mpv-unregister.bat @@ -0,0 +1,12 @@ +@echo off +setlocal + +"%~dp0/mpv" --unregister +if %errorlevel% neq 0 ( + echo Deregistration failed. Make sure mpv is in the same folder as this script. + pause + exit /b %errorlevel% +) + +pause +endlocal diff --git a/bin/mpv/nt/x64/mpv.com b/bin/mpv/nt/x64/mpv.com new file mode 100644 index 0000000..e49c6e5 Binary files /dev/null and b/bin/mpv/nt/x64/mpv.com differ diff --git a/bin/mpv/nt/x64/mpv.exe b/bin/mpv/nt/x64/mpv.exe new file mode 100644 index 0000000..24f5a28 Binary files /dev/null and b/bin/mpv/nt/x64/mpv.exe differ diff --git a/bin/mpv/nt/x64/vulkan-1.dll b/bin/mpv/nt/x64/vulkan-1.dll new file mode 100644 index 0000000..4ae7920 Binary files /dev/null and b/bin/mpv/nt/x64/vulkan-1.dll differ diff --git a/bin/mpv/nt/x86/avcodec-62.dll b/bin/mpv/nt/x86/avcodec-62.dll new file mode 100644 index 0000000..7a104c6 Binary files /dev/null and b/bin/mpv/nt/x86/avcodec-62.dll differ diff --git a/bin/mpv/nt/x86/avdevice-62.dll b/bin/mpv/nt/x86/avdevice-62.dll new file mode 100644 index 0000000..d504efc Binary files /dev/null and b/bin/mpv/nt/x86/avdevice-62.dll differ diff --git a/bin/mpv/nt/x86/avfilter-11.dll b/bin/mpv/nt/x86/avfilter-11.dll new file mode 100644 index 0000000..38f3637 Binary files /dev/null and b/bin/mpv/nt/x86/avfilter-11.dll differ diff --git a/bin/mpv/nt/x86/avformat-62.dll b/bin/mpv/nt/x86/avformat-62.dll new file mode 100644 index 0000000..9c48fb3 Binary files /dev/null and b/bin/mpv/nt/x86/avformat-62.dll differ diff --git a/bin/mpv/nt/x86/avutil-60.dll b/bin/mpv/nt/x86/avutil-60.dll new file mode 100644 index 0000000..aaa7567 Binary files /dev/null and b/bin/mpv/nt/x86/avutil-60.dll differ diff --git a/bin/mpv/nt/x86/libass-9.dll b/bin/mpv/nt/x86/libass-9.dll new file mode 100644 index 0000000..77b0be3 Binary files /dev/null and b/bin/mpv/nt/x86/libass-9.dll differ diff --git a/bin/mpv/nt/x86/libdav1d.dll b/bin/mpv/nt/x86/libdav1d.dll new file mode 100644 index 0000000..1e1e0dc Binary files /dev/null and b/bin/mpv/nt/x86/libdav1d.dll differ diff --git a/bin/mpv/nt/x86/libfreetype-6.dll b/bin/mpv/nt/x86/libfreetype-6.dll new file mode 100644 index 0000000..d915a7a Binary files /dev/null and b/bin/mpv/nt/x86/libfreetype-6.dll differ diff --git a/bin/mpv/nt/x86/libfribidi-0.dll b/bin/mpv/nt/x86/libfribidi-0.dll new file mode 100644 index 0000000..196c0e4 Binary files /dev/null and b/bin/mpv/nt/x86/libfribidi-0.dll differ diff --git a/bin/mpv/nt/x86/libgcc_s_dw2-1.dll b/bin/mpv/nt/x86/libgcc_s_dw2-1.dll new file mode 100644 index 0000000..0d1a53b Binary files /dev/null and b/bin/mpv/nt/x86/libgcc_s_dw2-1.dll differ diff --git a/bin/mpv/nt/x86/libharfbuzz-0.dll b/bin/mpv/nt/x86/libharfbuzz-0.dll new file mode 100644 index 0000000..1be0178 Binary files /dev/null and b/bin/mpv/nt/x86/libharfbuzz-0.dll differ diff --git a/bin/mpv/nt/x86/libiconv-2.dll b/bin/mpv/nt/x86/libiconv-2.dll new file mode 100644 index 0000000..2d0d723 Binary files /dev/null and b/bin/mpv/nt/x86/libiconv-2.dll differ diff --git a/bin/mpv/nt/x86/liblcms2.dll b/bin/mpv/nt/x86/liblcms2.dll new file mode 100644 index 0000000..4174b4e Binary files /dev/null and b/bin/mpv/nt/x86/liblcms2.dll differ diff --git a/bin/mpv/nt/x86/libplacebo-358.dll b/bin/mpv/nt/x86/libplacebo-358.dll new file mode 100644 index 0000000..426eb45 Binary files /dev/null and b/bin/mpv/nt/x86/libplacebo-358.dll differ diff --git a/bin/mpv/nt/x86/libshaderc_shared.dll b/bin/mpv/nt/x86/libshaderc_shared.dll new file mode 100644 index 0000000..f6c1ba1 Binary files /dev/null and b/bin/mpv/nt/x86/libshaderc_shared.dll differ diff --git a/bin/mpv/nt/x86/libspirv-cross-c-shared.dll b/bin/mpv/nt/x86/libspirv-cross-c-shared.dll new file mode 100644 index 0000000..61c2ac3 Binary files /dev/null and b/bin/mpv/nt/x86/libspirv-cross-c-shared.dll differ diff --git a/bin/mpv/nt/x86/libssp-0.dll b/bin/mpv/nt/x86/libssp-0.dll new file mode 100644 index 0000000..726e501 Binary files /dev/null and b/bin/mpv/nt/x86/libssp-0.dll differ diff --git a/bin/mpv/nt/x86/libstdc++-6.dll b/bin/mpv/nt/x86/libstdc++-6.dll new file mode 100644 index 0000000..01934d1 Binary files /dev/null and b/bin/mpv/nt/x86/libstdc++-6.dll differ diff --git a/bin/mpv/nt/x86/libwinpthread-1.dll b/bin/mpv/nt/x86/libwinpthread-1.dll new file mode 100644 index 0000000..606b0bf Binary files /dev/null and b/bin/mpv/nt/x86/libwinpthread-1.dll differ diff --git a/bin/mpv/nt/x86/mpv-register.bat b/bin/mpv/nt/x86/mpv-register.bat new file mode 100644 index 0000000..2ba4224 --- /dev/null +++ b/bin/mpv/nt/x86/mpv-register.bat @@ -0,0 +1,12 @@ +@echo off +setlocal + +"%~dp0/mpv" --register +if %errorlevel% neq 0 ( + echo Registration failed. Make sure mpv is in the same folder as this script. + pause + exit /b %errorlevel% +) + +pause +endlocal diff --git a/bin/mpv/nt/x86/mpv-unregister.bat b/bin/mpv/nt/x86/mpv-unregister.bat new file mode 100644 index 0000000..b126642 --- /dev/null +++ b/bin/mpv/nt/x86/mpv-unregister.bat @@ -0,0 +1,12 @@ +@echo off +setlocal + +"%~dp0/mpv" --unregister +if %errorlevel% neq 0 ( + echo Deregistration failed. Make sure mpv is in the same folder as this script. + pause + exit /b %errorlevel% +) + +pause +endlocal diff --git a/bin/mpv/nt/x86/mpv.com b/bin/mpv/nt/x86/mpv.com new file mode 100644 index 0000000..2a9e1a0 Binary files /dev/null and b/bin/mpv/nt/x86/mpv.com differ diff --git a/bin/mpv/nt/x86/mpv.exe b/bin/mpv/nt/x86/mpv.exe new file mode 100644 index 0000000..6238109 Binary files /dev/null and b/bin/mpv/nt/x86/mpv.exe differ diff --git a/bin/mpv/nt/x86/swresample-6.dll b/bin/mpv/nt/x86/swresample-6.dll new file mode 100644 index 0000000..34ba877 Binary files /dev/null and b/bin/mpv/nt/x86/swresample-6.dll differ diff --git a/bin/mpv/nt/x86/swscale-9.dll b/bin/mpv/nt/x86/swscale-9.dll new file mode 100644 index 0000000..7d0b837 Binary files /dev/null and b/bin/mpv/nt/x86/swscale-9.dll differ diff --git a/bin/mpv/nt/x86/zlib1.dll b/bin/mpv/nt/x86/zlib1.dll new file mode 100644 index 0000000..32eae0a Binary files /dev/null and b/bin/mpv/nt/x86/zlib1.dll differ