if I try to build VLC 2.2, and want to packaging with "make package-win-strip", it will always fail during configuring for npapi-vlc:
Code: Select all
configure: error: Package requirements (libvlc >= 2.0.0) were not met:
No package 'libvlc' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBVLC_CFLAGS
and LIBVLC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
What is the reason? Is the automatically generated PKG_CONFIG_PATH wrong?
I use Ubuntu 14.04 LTS 64bit with gcc 4.8.2
Thanks,
da2424