summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-07-08 11:39:23 +0200
committersfan5 <sfan5@live.de>2023-07-08 11:39:23 +0200
commit4a23c39dbed90d1968286e146ee0c48233963149 (patch)
treecef9ebea07d980aca619cebd89aa01183b82b48b
parentbd0b42e5bd47c22592760a244f80e49ec0222892 (diff)
downloadmpv-examples-4a23c39dbed90d1968286e146ee0c48233963149.tar.bz2
mpv-examples-4a23c39dbed90d1968286e146ee0c48233963149.tar.xz
Remove obsolete reference to mpv.srsfckn.biz
-rw-r--r--libmpv/csharp/Form1.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/csharp/Form1.cs b/libmpv/csharp/Form1.cs
index aa5558a..16f7628 100644
--- a/libmpv/csharp/Form1.cs
+++ b/libmpv/csharp/Form1.cs
@@ -69,7 +69,7 @@ namespace mpv
private void LoadMpvDynamic()
{
- _libMpvDll = LoadLibrary("mpv-1.dll"); // The dll is included in the DEV builds by lachs0r: https://mpv.srsfckn.biz/
+ _libMpvDll = LoadLibrary("mpv-1.dll");
_mpvCreate = (MpvCreate)GetDllType(typeof(MpvCreate), "mpv_create");
_mpvInitialize = (MpvInitialize)GetDllType(typeof(MpvInitialize), "mpv_initialize");
_mpvTerminateDestroy = (MpvTerminateDestroy)GetDllType(typeof(MpvTerminateDestroy), "mpv_terminate_destroy");