/Users/test/npapi-vlc$ ./configure LIBVLC_LIBS=”/Applications/VLC.app//Contents/MacOS/lib/“
Still seeing the same error saw earlier (without any arguments)
checking for LIBVLC... configure: error: Package requirements (libvlc >= 1.1.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.
However, I'm seeing
/Applications/VLC.app//Contents/MacOS/lib/libvlc.5.dylib
/Applications/VLC.app//Contents/MacOS/lib/libvlc.dylib
/Applications/VLC.app//Contents/MacOS/lib/libvlccore.5.dylib
/Applications/VLC.app//Contents/MacOS/lib/libvlccore.dylib
The build area of VLC shows this
/.MobileBackups/Computer/2012-03-02-131812/Volume/Users/test/vlc/doc/libvlc
/.MobileBackups/Computer/2012-03-02-131812/Volume/Users/test/vlc/extras/vlc/doc/libvlc
/.MobileBackups/Computer/2012-03-02-131812/Volume/Users/test/vlc/extras/vlc/test/libvlc
/.MobileBackups/Computer/2012-03-02-131812/Volume/Users/test/vlc/test/libvlc
/.MobileBackups/Computer/2012-03-04-150644/Volume/Users/test/vlc/build/test/libvlc
/Users/test/vlc/build/test/libvlc
/Users/test/vlc/doc/libvlc
/Users/test/vlc/extras/vlc/doc/libvlc
/Users/test/vlc/extras/vlc/test/libvlc
/Users/test/vlc/test/libvlc
Any idea what exactly should be the arguments for configure?! ANy help will be appreciated.