[vlc-commits] Fix npapi-sdk headers search path

Rafaël Carré git at videolan.org
Tue Jan 1 23:46:18 CET 2013


npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan  1 23:42:27 2013 +0100| [fdbada0165c0f0b5889bb84a38c7505b8a24af64] | committer: Rafaël Carré

Fix npapi-sdk headers search path

This test matters when re-running configure in a tree where the
headers have already been fetched.

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=fdbada0165c0f0b5889bb84a38c7505b8a24af64
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 397ee51..78276b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -193,7 +193,7 @@ dnl we can't use the pkg-config macros.
   done
 
 CPPFLAGS_save="${CPPFLAGS}"
-CPPFLAGS="${CPPFLAGS} ${MOZILLA_CFLAGS} -Inpapi-sdk/"
+CPPFLAGS="${CPPFLAGS} ${MOZILLA_CFLAGS} -Inpapi/npapi-sdk/"
 
 AC_CHECK_HEADERS(npapi.h npruntime.h, [
     dnl if found



More information about the vlc-commits mailing list