diff --git a/vlc-2.1.x/README.md b/vlc-2.1.x/README.md index 94440d3..90d52be 100644 --- a/vlc-2.1.x/README.md +++ b/vlc-2.1.x/README.md @@ -11,7 +11,7 @@ Download an appropriate archive: VLC version | 32 bit | 64 bit ----------- | ------ | ------- -2.1.x | [Tested on 2.1.5](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.0/vlc-2.1.x-32bit-win.zip) | [Tested on 2.1.5](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.0/vlc-2.1.x-64bit-win.zip) +2.1.x | [Tested on 2.1.5](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.3.0/vlc-2.1.x-32bit-win.zip) | [Tested on 2.1.5](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.3.0/vlc-2.1.x-64bit-win.zip) Extract the archive at `{VLC}/plugins/video_filter/` diff --git a/vlc-2.2.x+/README.md b/vlc-2.2.x+/README.md index 7f3ae2f..5658a26 100644 --- a/vlc-2.2.x+/README.md +++ b/vlc-2.2.x+/README.md @@ -11,8 +11,8 @@ Download an appropriate archive: VLC version | 32 bit | 64 bit ----------- | ------ | ------- -2.2.x | [Tested on 2.2.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.0/vlc-2.2.x-32bit-win.zip) | [Tested on 2.2.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.0/vlc-2.2.x-64bit-win.zip) -3.0.x | [Tested on 3.0.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.0/vlc-3.0.x-32bit-win.zip) | [Tested on 3.0.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.0/vlc-3.0.x-64bit-win.zip) +2.2.x | [Tested on 2.2.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.3.0/vlc-2.2.x-32bit-win.zip) | [Tested on 2.2.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.3.0/vlc-2.2.x-64bit-win.zip) +3.0.x | [Tested on 3.0.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.3.0/vlc-3.0.x-32bit-win.zip) | [Tested on 3.0.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.3.0/vlc-3.0.x-64bit-win.zip) Extract the archive at `{VLC}/plugins/video_filter/` @@ -20,12 +20,14 @@ If you want to build the plugin binary yourself, take a look at the [build instr ### OS X +***OS X plugins are outdated, we are looking for someone [to contribute them](/common/building/).*** + Download an appropriate archive: VLC version | 64 bit ----------- | ------- -2.2.x | [Tested on 2.2.0](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.1/vlc-2.2.x-64bit-osx.zip) -3.0.x | [Not tested](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.1/vlc-3.0.x-64bit-osx.zip) +2.2.x | [Old version of the plugin](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.1/vlc-2.2.x-64bit-osx.zip) +3.0.x | [Old version of the plugin](https://github.com/nurupo/vlc-pause-click-plugin/releases/download/0.2.1/vlc-3.0.x-64bit-osx.zip) Extract the archive at `/Applications/VLC.app/Contents/MacOS/plugins/video_filter/` @@ -45,7 +47,7 @@ make sudo make install ``` -Note: because of API change in VLC 2.2.0 this build requires `vlc_interface.h`, which is not present in libvlccore-dev package since it's not considered to be a public header by VLC build system. `vlc_interface.h` that is present here is from the current master branch of VLC (3.0.0). It's highly unlikely, but if the plugin doesn't work, you might need to get `vlc_interface.h` appropriate for your VLC version out of the VLC source tree. +Note: because of API change in VLC 2.2.0 this build requires `vlc_interface.h`, which is not present in libvlccore-dev package since it's not considered to be a public header by VLC build system. `vlc_interface.h` that is present here is from the current master branch of VLC (3.0.0). It's highly unlikely, but if the plugin doesn't work, you might need to get `vlc_interface.h` appropriate for your VLC version out of the VLC source tree and try rebuilding the plugin with that. If those instructions don't work for you (perhaps you are using a non-Debian-derived Linux distribuion or don't have `libvlccore` available), [there is another way to build the plugin binary](/common/building/).