diff --git a/.gitignore b/.gitignore index fc6e8d8..2e8937c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ vendor/ go.work # End of https://www.toptal.com/developers/gitignore/api/go + +# Allow dylibs for pre-build mpv library components +!res/libs/mac_x64/mpv/* diff --git a/res/libs/mac_x64/mpv/libSDL2-2.0.0.dylib b/res/libs/mac_x64/mpv/libSDL2-2.0.0.dylib new file mode 100644 index 0000000..2a76e10 Binary files /dev/null and b/res/libs/mac_x64/mpv/libSDL2-2.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libSvtAv1Enc.1.4.1.dylib b/res/libs/mac_x64/mpv/libSvtAv1Enc.1.4.1.dylib new file mode 100644 index 0000000..b21cd65 Binary files /dev/null and b/res/libs/mac_x64/mpv/libSvtAv1Enc.1.4.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libSvtAv1Enc.1.dylib b/res/libs/mac_x64/mpv/libSvtAv1Enc.1.dylib new file mode 120000 index 0000000..df8531b --- /dev/null +++ b/res/libs/mac_x64/mpv/libSvtAv1Enc.1.dylib @@ -0,0 +1 @@ +libSvtAv1Enc.1.4.1.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libX11-xcb.1.dylib b/res/libs/mac_x64/mpv/libX11-xcb.1.dylib new file mode 100644 index 0000000..1501511 Binary files /dev/null and b/res/libs/mac_x64/mpv/libX11-xcb.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libX11.6.dylib b/res/libs/mac_x64/mpv/libX11.6.dylib new file mode 100644 index 0000000..8acd272 Binary files /dev/null and b/res/libs/mac_x64/mpv/libX11.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libXau.6.0.0.dylib b/res/libs/mac_x64/mpv/libXau.6.0.0.dylib new file mode 100644 index 0000000..7a30083 Binary files /dev/null and b/res/libs/mac_x64/mpv/libXau.6.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libXau.6.dylib b/res/libs/mac_x64/mpv/libXau.6.dylib new file mode 120000 index 0000000..051e11f --- /dev/null +++ b/res/libs/mac_x64/mpv/libXau.6.dylib @@ -0,0 +1 @@ +libXau.6.0.0.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libXdmcp.6.dylib b/res/libs/mac_x64/mpv/libXdmcp.6.dylib new file mode 100644 index 0000000..43d743e Binary files /dev/null and b/res/libs/mac_x64/mpv/libXdmcp.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libXext.6.dylib b/res/libs/mac_x64/mpv/libXext.6.dylib new file mode 100644 index 0000000..8f593a8 Binary files /dev/null and b/res/libs/mac_x64/mpv/libXext.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libXrender.1.dylib b/res/libs/mac_x64/mpv/libXrender.1.dylib new file mode 100644 index 0000000..c3100f6 Binary files /dev/null and b/res/libs/mac_x64/mpv/libXrender.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libaom.3.6.0.dylib b/res/libs/mac_x64/mpv/libaom.3.6.0.dylib new file mode 100644 index 0000000..90b60ba Binary files /dev/null and b/res/libs/mac_x64/mpv/libaom.3.6.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libaom.3.dylib b/res/libs/mac_x64/mpv/libaom.3.dylib new file mode 120000 index 0000000..f011cf3 --- /dev/null +++ b/res/libs/mac_x64/mpv/libaom.3.dylib @@ -0,0 +1 @@ +libaom.3.6.0.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libass.9.dylib b/res/libs/mac_x64/mpv/libass.9.dylib new file mode 100644 index 0000000..589268b Binary files /dev/null and b/res/libs/mac_x64/mpv/libass.9.dylib differ diff --git a/res/libs/mac_x64/mpv/libavcodec.58.134.100.dylib b/res/libs/mac_x64/mpv/libavcodec.58.134.100.dylib new file mode 100644 index 0000000..081da42 Binary files /dev/null and b/res/libs/mac_x64/mpv/libavcodec.58.134.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libavcodec.58.dylib b/res/libs/mac_x64/mpv/libavcodec.58.dylib new file mode 120000 index 0000000..7adb63c --- /dev/null +++ b/res/libs/mac_x64/mpv/libavcodec.58.dylib @@ -0,0 +1 @@ +libavcodec.58.134.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libavdevice.58.13.100.dylib b/res/libs/mac_x64/mpv/libavdevice.58.13.100.dylib new file mode 100644 index 0000000..9514176 Binary files /dev/null and b/res/libs/mac_x64/mpv/libavdevice.58.13.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libavdevice.58.dylib b/res/libs/mac_x64/mpv/libavdevice.58.dylib new file mode 120000 index 0000000..dae9d82 --- /dev/null +++ b/res/libs/mac_x64/mpv/libavdevice.58.dylib @@ -0,0 +1 @@ +libavdevice.58.13.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libavfilter.7.110.100.dylib b/res/libs/mac_x64/mpv/libavfilter.7.110.100.dylib new file mode 100644 index 0000000..c845ae3 Binary files /dev/null and b/res/libs/mac_x64/mpv/libavfilter.7.110.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libavfilter.7.dylib b/res/libs/mac_x64/mpv/libavfilter.7.dylib new file mode 120000 index 0000000..0046158 --- /dev/null +++ b/res/libs/mac_x64/mpv/libavfilter.7.dylib @@ -0,0 +1 @@ +libavfilter.7.110.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libavformat.58.76.100.dylib b/res/libs/mac_x64/mpv/libavformat.58.76.100.dylib new file mode 100644 index 0000000..4d67bfb Binary files /dev/null and b/res/libs/mac_x64/mpv/libavformat.58.76.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libavformat.58.dylib b/res/libs/mac_x64/mpv/libavformat.58.dylib new file mode 120000 index 0000000..f6c6932 --- /dev/null +++ b/res/libs/mac_x64/mpv/libavformat.58.dylib @@ -0,0 +1 @@ +libavformat.58.76.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libavresample.4.0.0.dylib b/res/libs/mac_x64/mpv/libavresample.4.0.0.dylib new file mode 100644 index 0000000..a77cbfd Binary files /dev/null and b/res/libs/mac_x64/mpv/libavresample.4.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libavresample.4.dylib b/res/libs/mac_x64/mpv/libavresample.4.dylib new file mode 120000 index 0000000..b89f8e5 --- /dev/null +++ b/res/libs/mac_x64/mpv/libavresample.4.dylib @@ -0,0 +1 @@ +libavresample.4.0.0.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libavutil.56.70.100.dylib b/res/libs/mac_x64/mpv/libavutil.56.70.100.dylib new file mode 100644 index 0000000..9ca05a6 Binary files /dev/null and b/res/libs/mac_x64/mpv/libavutil.56.70.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libavutil.56.dylib b/res/libs/mac_x64/mpv/libavutil.56.dylib new file mode 120000 index 0000000..4c1cc53 --- /dev/null +++ b/res/libs/mac_x64/mpv/libavutil.56.dylib @@ -0,0 +1 @@ +libavutil.56.70.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libbluray.2.dylib b/res/libs/mac_x64/mpv/libbluray.2.dylib new file mode 100644 index 0000000..2641e58 Binary files /dev/null and b/res/libs/mac_x64/mpv/libbluray.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libbrotlicommon.1.0.9.dylib b/res/libs/mac_x64/mpv/libbrotlicommon.1.0.9.dylib new file mode 100644 index 0000000..325215f Binary files /dev/null and b/res/libs/mac_x64/mpv/libbrotlicommon.1.0.9.dylib differ diff --git a/res/libs/mac_x64/mpv/libbrotlicommon.1.dylib b/res/libs/mac_x64/mpv/libbrotlicommon.1.dylib new file mode 120000 index 0000000..96dd767 --- /dev/null +++ b/res/libs/mac_x64/mpv/libbrotlicommon.1.dylib @@ -0,0 +1 @@ +libbrotlicommon.1.0.9.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libbrotlidec.1.0.9.dylib b/res/libs/mac_x64/mpv/libbrotlidec.1.0.9.dylib new file mode 100644 index 0000000..b1c8c6f Binary files /dev/null and b/res/libs/mac_x64/mpv/libbrotlidec.1.0.9.dylib differ diff --git a/res/libs/mac_x64/mpv/libbrotlidec.1.dylib b/res/libs/mac_x64/mpv/libbrotlidec.1.dylib new file mode 120000 index 0000000..c1c05a0 --- /dev/null +++ b/res/libs/mac_x64/mpv/libbrotlidec.1.dylib @@ -0,0 +1 @@ +libbrotlidec.1.0.9.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libbz2.1.0.8.dylib b/res/libs/mac_x64/mpv/libbz2.1.0.8.dylib new file mode 100644 index 0000000..13f6a52 Binary files /dev/null and b/res/libs/mac_x64/mpv/libbz2.1.0.8.dylib differ diff --git a/res/libs/mac_x64/mpv/libbz2.1.0.dylib b/res/libs/mac_x64/mpv/libbz2.1.0.dylib new file mode 120000 index 0000000..d0b1937 --- /dev/null +++ b/res/libs/mac_x64/mpv/libbz2.1.0.dylib @@ -0,0 +1 @@ +libbz2.1.0.8.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libcairo-gobject.2.dylib b/res/libs/mac_x64/mpv/libcairo-gobject.2.dylib new file mode 100644 index 0000000..cf68bc0 Binary files /dev/null and b/res/libs/mac_x64/mpv/libcairo-gobject.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libcairo.2.dylib b/res/libs/mac_x64/mpv/libcairo.2.dylib new file mode 100644 index 0000000..fb439fb Binary files /dev/null and b/res/libs/mac_x64/mpv/libcairo.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libdav1d.6.dylib b/res/libs/mac_x64/mpv/libdav1d.6.dylib new file mode 100644 index 0000000..c6e7914 Binary files /dev/null and b/res/libs/mac_x64/mpv/libdav1d.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libexpat.1.8.10.dylib b/res/libs/mac_x64/mpv/libexpat.1.8.10.dylib new file mode 100644 index 0000000..2f79d98 Binary files /dev/null and b/res/libs/mac_x64/mpv/libexpat.1.8.10.dylib differ diff --git a/res/libs/mac_x64/mpv/libexpat.1.dylib b/res/libs/mac_x64/mpv/libexpat.1.dylib new file mode 120000 index 0000000..2fa4245 --- /dev/null +++ b/res/libs/mac_x64/mpv/libexpat.1.dylib @@ -0,0 +1 @@ +libexpat.1.8.10.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libffi.8.dylib b/res/libs/mac_x64/mpv/libffi.8.dylib new file mode 100644 index 0000000..88f0a34 Binary files /dev/null and b/res/libs/mac_x64/mpv/libffi.8.dylib differ diff --git a/res/libs/mac_x64/mpv/libfontconfig.1.dylib b/res/libs/mac_x64/mpv/libfontconfig.1.dylib new file mode 100644 index 0000000..92311b4 Binary files /dev/null and b/res/libs/mac_x64/mpv/libfontconfig.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libfreetype.6.dylib b/res/libs/mac_x64/mpv/libfreetype.6.dylib new file mode 100644 index 0000000..0b5f213 Binary files /dev/null and b/res/libs/mac_x64/mpv/libfreetype.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libfribidi.0.dylib b/res/libs/mac_x64/mpv/libfribidi.0.dylib new file mode 100644 index 0000000..d583447 Binary files /dev/null and b/res/libs/mac_x64/mpv/libfribidi.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libgdk_pixbuf-2.0.0.dylib b/res/libs/mac_x64/mpv/libgdk_pixbuf-2.0.0.dylib new file mode 100644 index 0000000..b6c0fe4 Binary files /dev/null and b/res/libs/mac_x64/mpv/libgdk_pixbuf-2.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libgio-2.0.0.dylib b/res/libs/mac_x64/mpv/libgio-2.0.0.dylib new file mode 100644 index 0000000..f473c05 Binary files /dev/null and b/res/libs/mac_x64/mpv/libgio-2.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libglib-2.0.0.dylib b/res/libs/mac_x64/mpv/libglib-2.0.0.dylib new file mode 100644 index 0000000..e775508 Binary files /dev/null and b/res/libs/mac_x64/mpv/libglib-2.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libgmodule-2.0.0.dylib b/res/libs/mac_x64/mpv/libgmodule-2.0.0.dylib new file mode 100644 index 0000000..8d69127 Binary files /dev/null and b/res/libs/mac_x64/mpv/libgmodule-2.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libgmp.10.dylib b/res/libs/mac_x64/mpv/libgmp.10.dylib new file mode 100644 index 0000000..48f3883 Binary files /dev/null and b/res/libs/mac_x64/mpv/libgmp.10.dylib differ diff --git a/res/libs/mac_x64/mpv/libgnutls.30.dylib b/res/libs/mac_x64/mpv/libgnutls.30.dylib new file mode 100644 index 0000000..1f6e1e3 Binary files /dev/null and b/res/libs/mac_x64/mpv/libgnutls.30.dylib differ diff --git a/res/libs/mac_x64/mpv/libgobject-2.0.0.dylib b/res/libs/mac_x64/mpv/libgobject-2.0.0.dylib new file mode 100644 index 0000000..a7f7f50 Binary files /dev/null and b/res/libs/mac_x64/mpv/libgobject-2.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libgraphite2.3.2.1.dylib b/res/libs/mac_x64/mpv/libgraphite2.3.2.1.dylib new file mode 100644 index 0000000..a668bfd Binary files /dev/null and b/res/libs/mac_x64/mpv/libgraphite2.3.2.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libgraphite2.3.dylib b/res/libs/mac_x64/mpv/libgraphite2.3.dylib new file mode 120000 index 0000000..2c319bc --- /dev/null +++ b/res/libs/mac_x64/mpv/libgraphite2.3.dylib @@ -0,0 +1 @@ +libgraphite2.3.2.1.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libharfbuzz.0.dylib b/res/libs/mac_x64/mpv/libharfbuzz.0.dylib new file mode 100644 index 0000000..f12e7fc Binary files /dev/null and b/res/libs/mac_x64/mpv/libharfbuzz.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libhogweed.6.6.dylib b/res/libs/mac_x64/mpv/libhogweed.6.6.dylib new file mode 100644 index 0000000..0337da1 Binary files /dev/null and b/res/libs/mac_x64/mpv/libhogweed.6.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libhogweed.6.dylib b/res/libs/mac_x64/mpv/libhogweed.6.dylib new file mode 120000 index 0000000..b8dc86e --- /dev/null +++ b/res/libs/mac_x64/mpv/libhogweed.6.dylib @@ -0,0 +1 @@ +libhogweed.6.6.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libiconv.2.dylib b/res/libs/mac_x64/mpv/libiconv.2.dylib new file mode 100644 index 0000000..a4011ff Binary files /dev/null and b/res/libs/mac_x64/mpv/libiconv.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libicudata.72.1.dylib b/res/libs/mac_x64/mpv/libicudata.72.1.dylib new file mode 100644 index 0000000..26eaf7a Binary files /dev/null and b/res/libs/mac_x64/mpv/libicudata.72.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libicudata.72.dylib b/res/libs/mac_x64/mpv/libicudata.72.dylib new file mode 120000 index 0000000..6427579 --- /dev/null +++ b/res/libs/mac_x64/mpv/libicudata.72.dylib @@ -0,0 +1 @@ +libicudata.72.1.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libicui18n.72.1.dylib b/res/libs/mac_x64/mpv/libicui18n.72.1.dylib new file mode 100644 index 0000000..3b3e07c Binary files /dev/null and b/res/libs/mac_x64/mpv/libicui18n.72.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libicui18n.72.dylib b/res/libs/mac_x64/mpv/libicui18n.72.dylib new file mode 120000 index 0000000..b490313 --- /dev/null +++ b/res/libs/mac_x64/mpv/libicui18n.72.dylib @@ -0,0 +1 @@ +libicui18n.72.1.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libicuuc.72.1.dylib b/res/libs/mac_x64/mpv/libicuuc.72.1.dylib new file mode 100644 index 0000000..f08472d Binary files /dev/null and b/res/libs/mac_x64/mpv/libicuuc.72.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libicuuc.72.dylib b/res/libs/mac_x64/mpv/libicuuc.72.dylib new file mode 120000 index 0000000..2c04178 --- /dev/null +++ b/res/libs/mac_x64/mpv/libicuuc.72.dylib @@ -0,0 +1 @@ +libicuuc.72.1.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libidn2.0.dylib b/res/libs/mac_x64/mpv/libidn2.0.dylib new file mode 100644 index 0000000..06acc81 Binary files /dev/null and b/res/libs/mac_x64/mpv/libidn2.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libintl.8.dylib b/res/libs/mac_x64/mpv/libintl.8.dylib new file mode 100644 index 0000000..47b840f Binary files /dev/null and b/res/libs/mac_x64/mpv/libintl.8.dylib differ diff --git a/res/libs/mac_x64/mpv/libjpeg.8.2.2.dylib b/res/libs/mac_x64/mpv/libjpeg.8.2.2.dylib new file mode 100644 index 0000000..5cde3cd Binary files /dev/null and b/res/libs/mac_x64/mpv/libjpeg.8.2.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libjpeg.8.dylib b/res/libs/mac_x64/mpv/libjpeg.8.dylib new file mode 120000 index 0000000..0096573 --- /dev/null +++ b/res/libs/mac_x64/mpv/libjpeg.8.dylib @@ -0,0 +1 @@ +libjpeg.8.2.2.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/liblcms2.2.dylib b/res/libs/mac_x64/mpv/liblcms2.2.dylib new file mode 100644 index 0000000..d5e2e67 Binary files /dev/null and b/res/libs/mac_x64/mpv/liblcms2.2.dylib differ diff --git a/res/libs/mac_x64/mpv/liblzma.5.dylib b/res/libs/mac_x64/mpv/liblzma.5.dylib new file mode 100644 index 0000000..b3a048b Binary files /dev/null and b/res/libs/mac_x64/mpv/liblzma.5.dylib differ diff --git a/res/libs/mac_x64/mpv/libmodplug.1.dylib b/res/libs/mac_x64/mpv/libmodplug.1.dylib new file mode 100644 index 0000000..82261c2 Binary files /dev/null and b/res/libs/mac_x64/mpv/libmodplug.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libmp3lame.0.dylib b/res/libs/mac_x64/mpv/libmp3lame.0.dylib new file mode 100644 index 0000000..3c26270 Binary files /dev/null and b/res/libs/mac_x64/mpv/libmp3lame.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libmpv.2.0.0.dylib b/res/libs/mac_x64/mpv/libmpv.2.0.0.dylib new file mode 100644 index 0000000..30a614d Binary files /dev/null and b/res/libs/mac_x64/mpv/libmpv.2.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libmpv.2.dylib b/res/libs/mac_x64/mpv/libmpv.2.dylib new file mode 120000 index 0000000..aa89719 --- /dev/null +++ b/res/libs/mac_x64/mpv/libmpv.2.dylib @@ -0,0 +1 @@ +libmpv.2.0.0.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libnettle.8.6.dylib b/res/libs/mac_x64/mpv/libnettle.8.6.dylib new file mode 100644 index 0000000..9d519d3 Binary files /dev/null and b/res/libs/mac_x64/mpv/libnettle.8.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libnettle.8.dylib b/res/libs/mac_x64/mpv/libnettle.8.dylib new file mode 120000 index 0000000..af04ed9 --- /dev/null +++ b/res/libs/mac_x64/mpv/libnettle.8.dylib @@ -0,0 +1 @@ +libnettle.8.6.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libogg.0.dylib b/res/libs/mac_x64/mpv/libogg.0.dylib new file mode 100644 index 0000000..10d53b2 Binary files /dev/null and b/res/libs/mac_x64/mpv/libogg.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libopenjp2.2.5.0.dylib b/res/libs/mac_x64/mpv/libopenjp2.2.5.0.dylib new file mode 100644 index 0000000..71be1c2 Binary files /dev/null and b/res/libs/mac_x64/mpv/libopenjp2.2.5.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libopenjp2.7.dylib b/res/libs/mac_x64/mpv/libopenjp2.7.dylib new file mode 120000 index 0000000..58137c5 --- /dev/null +++ b/res/libs/mac_x64/mpv/libopenjp2.7.dylib @@ -0,0 +1 @@ +libopenjp2.2.5.0.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libopus.0.dylib b/res/libs/mac_x64/mpv/libopus.0.dylib new file mode 100644 index 0000000..9a00434 Binary files /dev/null and b/res/libs/mac_x64/mpv/libopus.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libp11-kit.0.dylib b/res/libs/mac_x64/mpv/libp11-kit.0.dylib new file mode 100644 index 0000000..1b37393 Binary files /dev/null and b/res/libs/mac_x64/mpv/libp11-kit.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libpango-1.0.0.dylib b/res/libs/mac_x64/mpv/libpango-1.0.0.dylib new file mode 100644 index 0000000..e303328 Binary files /dev/null and b/res/libs/mac_x64/mpv/libpango-1.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libpangocairo-1.0.0.dylib b/res/libs/mac_x64/mpv/libpangocairo-1.0.0.dylib new file mode 100644 index 0000000..73e9d4e Binary files /dev/null and b/res/libs/mac_x64/mpv/libpangocairo-1.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libpangoft2-1.0.0.dylib b/res/libs/mac_x64/mpv/libpangoft2-1.0.0.dylib new file mode 100644 index 0000000..9b97bb1 Binary files /dev/null and b/res/libs/mac_x64/mpv/libpangoft2-1.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libpcre.1.dylib b/res/libs/mac_x64/mpv/libpcre.1.dylib new file mode 100644 index 0000000..38dda71 Binary files /dev/null and b/res/libs/mac_x64/mpv/libpcre.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libpixman-1.0.dylib b/res/libs/mac_x64/mpv/libpixman-1.0.dylib new file mode 100644 index 0000000..20a5f3c Binary files /dev/null and b/res/libs/mac_x64/mpv/libpixman-1.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libpng16.16.dylib b/res/libs/mac_x64/mpv/libpng16.16.dylib new file mode 100644 index 0000000..9e277dd Binary files /dev/null and b/res/libs/mac_x64/mpv/libpng16.16.dylib differ diff --git a/res/libs/mac_x64/mpv/libpostproc.55.9.100.dylib b/res/libs/mac_x64/mpv/libpostproc.55.9.100.dylib new file mode 100644 index 0000000..3dca377 Binary files /dev/null and b/res/libs/mac_x64/mpv/libpostproc.55.9.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libpostproc.55.dylib b/res/libs/mac_x64/mpv/libpostproc.55.dylib new file mode 120000 index 0000000..07f1370 --- /dev/null +++ b/res/libs/mac_x64/mpv/libpostproc.55.dylib @@ -0,0 +1 @@ +libpostproc.55.9.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/librav1e.0.6.3.dylib b/res/libs/mac_x64/mpv/librav1e.0.6.3.dylib new file mode 100644 index 0000000..546a43e Binary files /dev/null and b/res/libs/mac_x64/mpv/librav1e.0.6.3.dylib differ diff --git a/res/libs/mac_x64/mpv/librav1e.0.6.dylib b/res/libs/mac_x64/mpv/librav1e.0.6.dylib new file mode 120000 index 0000000..0170f46 --- /dev/null +++ b/res/libs/mac_x64/mpv/librav1e.0.6.dylib @@ -0,0 +1 @@ +librav1e.0.6.3.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/librsvg-2.2.dylib b/res/libs/mac_x64/mpv/librsvg-2.2.dylib new file mode 100644 index 0000000..442c4a9 Binary files /dev/null and b/res/libs/mac_x64/mpv/librsvg-2.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libsoxr.0.1.2.dylib b/res/libs/mac_x64/mpv/libsoxr.0.1.2.dylib new file mode 100644 index 0000000..e13e501 Binary files /dev/null and b/res/libs/mac_x64/mpv/libsoxr.0.1.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libsoxr.0.dylib b/res/libs/mac_x64/mpv/libsoxr.0.dylib new file mode 120000 index 0000000..7436a18 --- /dev/null +++ b/res/libs/mac_x64/mpv/libsoxr.0.dylib @@ -0,0 +1 @@ +libsoxr.0.1.2.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libspeex.1.dylib b/res/libs/mac_x64/mpv/libspeex.1.dylib new file mode 100644 index 0000000..29bfee8 Binary files /dev/null and b/res/libs/mac_x64/mpv/libspeex.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftAVFoundation.dylib b/res/libs/mac_x64/mpv/libswiftAVFoundation.dylib new file mode 100644 index 0000000..4adf448 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftAVFoundation.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftAccelerate.dylib b/res/libs/mac_x64/mpv/libswiftAccelerate.dylib new file mode 100644 index 0000000..aefe9ae Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftAccelerate.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftAppKit.dylib b/res/libs/mac_x64/mpv/libswiftAppKit.dylib new file mode 100644 index 0000000..84e7031 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftAppKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCloudKit.dylib b/res/libs/mac_x64/mpv/libswiftCloudKit.dylib new file mode 100644 index 0000000..2c050f9 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCloudKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftContacts.dylib b/res/libs/mac_x64/mpv/libswiftContacts.dylib new file mode 100644 index 0000000..0032d00 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftContacts.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCore.dylib b/res/libs/mac_x64/mpv/libswiftCore.dylib new file mode 100644 index 0000000..d0d89ab Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCore.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCoreAudio.dylib b/res/libs/mac_x64/mpv/libswiftCoreAudio.dylib new file mode 100644 index 0000000..a4587cb Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCoreAudio.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCoreData.dylib b/res/libs/mac_x64/mpv/libswiftCoreData.dylib new file mode 100644 index 0000000..30c3218 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCoreData.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCoreFoundation.dylib b/res/libs/mac_x64/mpv/libswiftCoreFoundation.dylib new file mode 100644 index 0000000..e0be8ea Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCoreFoundation.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCoreGraphics.dylib b/res/libs/mac_x64/mpv/libswiftCoreGraphics.dylib new file mode 100644 index 0000000..1ea4db3 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCoreGraphics.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCoreImage.dylib b/res/libs/mac_x64/mpv/libswiftCoreImage.dylib new file mode 100644 index 0000000..b1485bb Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCoreImage.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCoreLocation.dylib b/res/libs/mac_x64/mpv/libswiftCoreLocation.dylib new file mode 100644 index 0000000..3ae31aa Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCoreLocation.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCoreMedia.dylib b/res/libs/mac_x64/mpv/libswiftCoreMedia.dylib new file mode 100644 index 0000000..e136c57 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCoreMedia.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCreateML.dylib b/res/libs/mac_x64/mpv/libswiftCreateML.dylib new file mode 100644 index 0000000..37f551c Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCreateML.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftCryptoTokenKit.dylib b/res/libs/mac_x64/mpv/libswiftCryptoTokenKit.dylib new file mode 100644 index 0000000..3c3fe96 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftCryptoTokenKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftDarwin.dylib b/res/libs/mac_x64/mpv/libswiftDarwin.dylib new file mode 100644 index 0000000..ba074cf Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftDarwin.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftDispatch.dylib b/res/libs/mac_x64/mpv/libswiftDispatch.dylib new file mode 100644 index 0000000..7fa8029 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftDispatch.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftFoundation.dylib b/res/libs/mac_x64/mpv/libswiftFoundation.dylib new file mode 100644 index 0000000..7cbf306 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftFoundation.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftGLKit.dylib b/res/libs/mac_x64/mpv/libswiftGLKit.dylib new file mode 100644 index 0000000..d59c8d9 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftGLKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftGameplayKit.dylib b/res/libs/mac_x64/mpv/libswiftGameplayKit.dylib new file mode 100644 index 0000000..b4a8bfd Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftGameplayKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftIOKit.dylib b/res/libs/mac_x64/mpv/libswiftIOKit.dylib new file mode 100644 index 0000000..73ea183 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftIOKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftIntents.dylib b/res/libs/mac_x64/mpv/libswiftIntents.dylib new file mode 100644 index 0000000..f4f310d Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftIntents.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftMapKit.dylib b/res/libs/mac_x64/mpv/libswiftMapKit.dylib new file mode 100644 index 0000000..34e626d Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftMapKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftMetal.dylib b/res/libs/mac_x64/mpv/libswiftMetal.dylib new file mode 100644 index 0000000..bc131e2 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftMetal.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftMetalKit.dylib b/res/libs/mac_x64/mpv/libswiftMetalKit.dylib new file mode 100644 index 0000000..2622376 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftMetalKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftModelIO.dylib b/res/libs/mac_x64/mpv/libswiftModelIO.dylib new file mode 100644 index 0000000..873d650 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftModelIO.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftNaturalLanguage.dylib b/res/libs/mac_x64/mpv/libswiftNaturalLanguage.dylib new file mode 100644 index 0000000..20f1420 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftNaturalLanguage.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftNetwork.dylib b/res/libs/mac_x64/mpv/libswiftNetwork.dylib new file mode 100644 index 0000000..e356424 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftNetwork.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftObjectiveC.dylib b/res/libs/mac_x64/mpv/libswiftObjectiveC.dylib new file mode 100644 index 0000000..833512f Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftObjectiveC.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftOpenCL.dylib b/res/libs/mac_x64/mpv/libswiftOpenCL.dylib new file mode 100644 index 0000000..088aef6 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftOpenCL.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftPhotos.dylib b/res/libs/mac_x64/mpv/libswiftPhotos.dylib new file mode 100644 index 0000000..b0f7535 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftPhotos.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftQuartzCore.dylib b/res/libs/mac_x64/mpv/libswiftQuartzCore.dylib new file mode 100644 index 0000000..ca509e4 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftQuartzCore.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftRemoteMirror.dylib b/res/libs/mac_x64/mpv/libswiftRemoteMirror.dylib new file mode 100644 index 0000000..ee16b17 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftRemoteMirror.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftSafariServices.dylib b/res/libs/mac_x64/mpv/libswiftSafariServices.dylib new file mode 100644 index 0000000..b65cd29 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftSafariServices.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftSceneKit.dylib b/res/libs/mac_x64/mpv/libswiftSceneKit.dylib new file mode 100644 index 0000000..0269932 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftSceneKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftSpriteKit.dylib b/res/libs/mac_x64/mpv/libswiftSpriteKit.dylib new file mode 100644 index 0000000..baf627d Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftSpriteKit.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftSwiftOnoneSupport.dylib b/res/libs/mac_x64/mpv/libswiftSwiftOnoneSupport.dylib new file mode 100644 index 0000000..20a6cfc Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftSwiftOnoneSupport.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftVision.dylib b/res/libs/mac_x64/mpv/libswiftVision.dylib new file mode 100644 index 0000000..24dcf6d Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftVision.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftXCTest.dylib b/res/libs/mac_x64/mpv/libswiftXCTest.dylib new file mode 100644 index 0000000..68a0d39 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftXCTest.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftXPC.dylib b/res/libs/mac_x64/mpv/libswiftXPC.dylib new file mode 100644 index 0000000..a119137 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftXPC.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftos.dylib b/res/libs/mac_x64/mpv/libswiftos.dylib new file mode 100644 index 0000000..521132b Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftos.dylib differ diff --git a/res/libs/mac_x64/mpv/libswiftsimd.dylib b/res/libs/mac_x64/mpv/libswiftsimd.dylib new file mode 100644 index 0000000..25b8c2a Binary files /dev/null and b/res/libs/mac_x64/mpv/libswiftsimd.dylib differ diff --git a/res/libs/mac_x64/mpv/libswresample.3.9.100.dylib b/res/libs/mac_x64/mpv/libswresample.3.9.100.dylib new file mode 100644 index 0000000..23c27a4 Binary files /dev/null and b/res/libs/mac_x64/mpv/libswresample.3.9.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libswresample.3.dylib b/res/libs/mac_x64/mpv/libswresample.3.dylib new file mode 120000 index 0000000..a4330ad --- /dev/null +++ b/res/libs/mac_x64/mpv/libswresample.3.dylib @@ -0,0 +1 @@ +libswresample.3.9.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libswscale.5.9.100.dylib b/res/libs/mac_x64/mpv/libswscale.5.9.100.dylib new file mode 100644 index 0000000..0ad23ed Binary files /dev/null and b/res/libs/mac_x64/mpv/libswscale.5.9.100.dylib differ diff --git a/res/libs/mac_x64/mpv/libswscale.5.dylib b/res/libs/mac_x64/mpv/libswscale.5.dylib new file mode 120000 index 0000000..00f1ca3 --- /dev/null +++ b/res/libs/mac_x64/mpv/libswscale.5.dylib @@ -0,0 +1 @@ +libswscale.5.9.100.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libtasn1.6.dylib b/res/libs/mac_x64/mpv/libtasn1.6.dylib new file mode 100644 index 0000000..1acf625 Binary files /dev/null and b/res/libs/mac_x64/mpv/libtasn1.6.dylib differ diff --git a/res/libs/mac_x64/mpv/libtheoradec.1.dylib b/res/libs/mac_x64/mpv/libtheoradec.1.dylib new file mode 100644 index 0000000..f08cee9 Binary files /dev/null and b/res/libs/mac_x64/mpv/libtheoradec.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libtheoraenc.1.dylib b/res/libs/mac_x64/mpv/libtheoraenc.1.dylib new file mode 100644 index 0000000..8be5cf3 Binary files /dev/null and b/res/libs/mac_x64/mpv/libtheoraenc.1.dylib differ diff --git a/res/libs/mac_x64/mpv/libunistring.5.dylib b/res/libs/mac_x64/mpv/libunistring.5.dylib new file mode 100644 index 0000000..ca5d40b Binary files /dev/null and b/res/libs/mac_x64/mpv/libunistring.5.dylib differ diff --git a/res/libs/mac_x64/mpv/libvidstab.1.2.dylib b/res/libs/mac_x64/mpv/libvidstab.1.2.dylib new file mode 100644 index 0000000..fa2c4ee Binary files /dev/null and b/res/libs/mac_x64/mpv/libvidstab.1.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libvorbis.0.dylib b/res/libs/mac_x64/mpv/libvorbis.0.dylib new file mode 100644 index 0000000..7803f69 Binary files /dev/null and b/res/libs/mac_x64/mpv/libvorbis.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libvorbisenc.2.dylib b/res/libs/mac_x64/mpv/libvorbisenc.2.dylib new file mode 100644 index 0000000..7194f24 Binary files /dev/null and b/res/libs/mac_x64/mpv/libvorbisenc.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libvpx.8.dylib b/res/libs/mac_x64/mpv/libvpx.8.dylib new file mode 100644 index 0000000..34af48b Binary files /dev/null and b/res/libs/mac_x64/mpv/libvpx.8.dylib differ diff --git a/res/libs/mac_x64/mpv/libx264.157.dylib b/res/libs/mac_x64/mpv/libx264.157.dylib new file mode 100644 index 0000000..0ab7393 Binary files /dev/null and b/res/libs/mac_x64/mpv/libx264.157.dylib differ diff --git a/res/libs/mac_x64/mpv/libx265.192.dylib b/res/libs/mac_x64/mpv/libx265.192.dylib new file mode 100644 index 0000000..04c708a Binary files /dev/null and b/res/libs/mac_x64/mpv/libx265.192.dylib differ diff --git a/res/libs/mac_x64/mpv/libxcb-render.0.0.0.dylib b/res/libs/mac_x64/mpv/libxcb-render.0.0.0.dylib new file mode 100644 index 0000000..b8523f6 Binary files /dev/null and b/res/libs/mac_x64/mpv/libxcb-render.0.0.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libxcb-render.0.dylib b/res/libs/mac_x64/mpv/libxcb-render.0.dylib new file mode 120000 index 0000000..39b59aa --- /dev/null +++ b/res/libs/mac_x64/mpv/libxcb-render.0.dylib @@ -0,0 +1 @@ +libxcb-render.0.0.0.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libxcb.1.1.0.dylib b/res/libs/mac_x64/mpv/libxcb.1.1.0.dylib new file mode 100644 index 0000000..49e4a4b Binary files /dev/null and b/res/libs/mac_x64/mpv/libxcb.1.1.0.dylib differ diff --git a/res/libs/mac_x64/mpv/libxcb.1.dylib b/res/libs/mac_x64/mpv/libxcb.1.dylib new file mode 120000 index 0000000..a49a628 --- /dev/null +++ b/res/libs/mac_x64/mpv/libxcb.1.dylib @@ -0,0 +1 @@ +libxcb.1.1.0.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libxml2.2.dylib b/res/libs/mac_x64/mpv/libxml2.2.dylib new file mode 100644 index 0000000..9bb854c Binary files /dev/null and b/res/libs/mac_x64/mpv/libxml2.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libz.1.2.13.dylib b/res/libs/mac_x64/mpv/libz.1.2.13.dylib new file mode 100644 index 0000000..dba286f Binary files /dev/null and b/res/libs/mac_x64/mpv/libz.1.2.13.dylib differ diff --git a/res/libs/mac_x64/mpv/libz.1.dylib b/res/libs/mac_x64/mpv/libz.1.dylib new file mode 120000 index 0000000..4d69db0 --- /dev/null +++ b/res/libs/mac_x64/mpv/libz.1.dylib @@ -0,0 +1 @@ +libz.1.2.13.dylib \ No newline at end of file diff --git a/res/libs/mac_x64/mpv/libzimg.2.dylib b/res/libs/mac_x64/mpv/libzimg.2.dylib new file mode 100644 index 0000000..b132b46 Binary files /dev/null and b/res/libs/mac_x64/mpv/libzimg.2.dylib differ diff --git a/res/libs/mac_x64/mpv/libzvbi.0.dylib b/res/libs/mac_x64/mpv/libzvbi.0.dylib new file mode 100644 index 0000000..c4e555a Binary files /dev/null and b/res/libs/mac_x64/mpv/libzvbi.0.dylib differ