Skip to content

Commit

Permalink
Updated links to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Mar 7, 2016
1 parent a5b1b55 commit 7673f34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vlc-2.1.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`

Expand Down
12 changes: 7 additions & 5 deletions vlc-2.2.x+/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@ 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/`

If you want to build the plugin binary yourself, take a look at the [build instructions](/common/building/).

### 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/`

Expand All @@ -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/).

Expand Down

0 comments on commit 7673f34

Please sign in to comment.