我正在尝试安装vlc-srpos-插件(Ubuntu 上的一个可以记住您的视频位置的 VLC 插件)。
我已经下载并解压libsrpos_plugin-*.tar.gz(适用于 Linux 或 Unix 系统)
这指示说:
Unix/Linux 和类似系统:构建并安装插件模块(使用配置选项指定 VLC 包含/库/输出路径(--with-vlc-*-path 选项)):
./configure make make install
当我./configure
不使用选项运行时,我得到了configure: error: VLC plugin headers not found
,但我无法弄清楚要使用什么--with-vlc-*-path 选项值。
相关选项似乎有这些名称:
$ 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
但是对于 Ubuntu 12.04我应该使用什么值?
额外信息:
$ 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