I've downloaded and extracted libsrpos_plugin-*.tar.gz (for Linux or Unix systems)
The instructions say:
When I run ./configure without options I get configure: error: VLC plugin headers not found (full output here) but I can't work out what --with-vlc-*-path option values to use.Unix/Linux and similar systems: Build and install plugin module (Use configure options to specify VLC include/library/output paths (--with-vlc-*-path options)):
Code: Select all
./configure make make install
The relevant options seem to have these names:
Code: Select all
$ grep "\-\-with\-vlc\-" configure
--with-vlc-include-path location of the VLC SDK headers, defaults to
--with-vlc-lib-path location of the vlccore library
--with-vlc-plugin-path location of the VLC plugin modules, defaults to
Extra info:
Code: Select all
$ whereis vlc
vlc: /usr/bin/vlc /etc/vlc /usr/lib/vlc /usr/bin/X11/vlc /usr/share/vlc /usr/share/man/man1/vlc.1.gz