Skip to content

Commit

Permalink
Add link to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
spmn committed Aug 1, 2021
1 parent 69e38f1 commit 5c26c0f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ Plugin that integrates VLC Media Player with Windows 10 System Media Transport C

## Installation

1. Copy `libwin10smtc_plugin.dll` to `<path-to-VLC>\plugins\misc`
1. Get the plugin from [GitHub Releases](https://github.com/spmn/vlc-win10smtc/releases)
2. Copy `libwin10smtc_plugin.dll` to `<path-to-VLC>\plugins\misc`
- *Note:* DLL architecture must match vlc.exe architecture (eg: x86 plugin is not compatible with x64 VLC)
2. Restart VLC and navigate to Advanced Preferences -> Interface -> Control Interfaces
3. Check `Windows 10 SMTC integration` and hit Save
3. Restart VLC and navigate to Advanced Preferences -> Interface -> Control Interfaces
4. Check `Windows 10 SMTC integration` and hit Save

## Build instructions

Official VLC build instructions recommend mingw. However, mingw doesn't support C++/WinRT, so for this plugin MSVC is used instead. In order to build this plugin you'll need: Visual Studio, Windows 10 SDK and VLC SDK:

1. Obtain VLC SDK from [here (x64)](https://get.videolan.org/vlc/3.0.16/win64/vlc-3.0.16-win64.7z) or [here (x86)](https://get.videolan.org/vlc/3.0.16/win32/vlc-3.0.16-win32.7z) and copy `sdk` directory into the root directory of the repository. You may need to rename `lib` to `lib64` for 64-bit builds.
2. Load .sln file in Visual Studio
3. Select as target architecture
3. Select target architecture
4. Build solution

0 comments on commit 5c26c0f

Please sign in to comment.