Commit a946138f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "NPAPI-win32: use PKG_CONFIG_LIBDIR to detect libVLC"

This reverts commit 33a939a7.
parent 1036ebd4
...@@ -37,7 +37,7 @@ npapi-vlc/Makefile: npapi-vlc/configure ...@@ -37,7 +37,7 @@ npapi-vlc/Makefile: npapi-vlc/configure
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \ CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
LD="$(LD)" LDFLAGS="$(LDFLAGS)" \ LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
SHELL="$(SHELL)" \ SHELL="$(SHELL)" \
PKG_CONFIG_LIBDIR="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig" PKG_CONFIG_PATH="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig"
touch $@ touch $@
npapi-vlc/npapi/npvlc.la: npapi-vlc/Makefile npapi-vlc/npapi/npvlc.la: npapi-vlc/Makefile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment